forked from ZwiiCMS-Team/ZwiiCMS
alignements
This commit is contained in:
parent
462b7b9ed6
commit
2e9402f1c8
@ -224,9 +224,9 @@ core.start = function() {
|
||||
*/
|
||||
$("#cookieForm").submit(function(event){
|
||||
var samesite = "samesite=lax";
|
||||
var getUrl = window.location;
|
||||
var getUrl = window.location;
|
||||
var domain = "domain=" + getUrl.host;
|
||||
var path = "path=" + getUrl.pathname.split('/')[1];
|
||||
var path = "path=" + getUrl.pathname.split('/')[1];
|
||||
var samesite = "samesite=lax";
|
||||
var e = new Date();
|
||||
e.setFullYear(e.getFullYear() + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user