Fixes
gitea/hedera-web/pipeline/head This commit looks good Details

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

2
debian/changelog vendored
View File

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

View File

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

View File

@ -66,9 +66,7 @@ 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