Visit cookie samesite
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
46e6a838f0
commit
2ad9675dd7
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.16) stable; urgency=low
|
hedera-web (1.407.17) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.16",
|
"version": "1.407.17",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -66,7 +66,9 @@ class HtmlService extends Service {
|
||||||
|
|
||||||
// Setting the version
|
// Setting the version
|
||||||
|
|
||||||
setcookie('vnVersion', $this->getVersion());
|
setcookie('vnVersion', $this->getVersion(), [
|
||||||
|
'SameSite' => 'Strict'
|
||||||
|
]);
|
||||||
|
|
||||||
// Loading the requested page
|
// Loading the requested page
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue