Visit cookie samesite
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-05-05 11:05:50 +02:00
parent 46e6a838f0
commit 2ad9675dd7
3 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.16) stable; urgency=low
hedera-web (1.407.17) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.16",
"version": "1.407.17",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -66,7 +66,9 @@ class HtmlService extends Service {
// Setting the version
setcookie('vnVersion', $this->getVersion());
setcookie('vnVersion', $this->getVersion(), [
'SameSite' => 'Strict'
]);
// Loading the requested page