We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8507f commit ec874b7Copy full SHA for ec874b7
public_html/lists/admin/js/phplistapp.js
@@ -445,7 +445,7 @@ $(document).ready(function () {
445
});
446
447
var docurl = document.location.search;
448
- document.cookie = "browsetrail=" + escape(docurl);
+ document.cookie = "browsetrail=" + escape(docurl) +'; SameSite=Strict';
449
450
setInterval("autoSave();", 120000); // once every two minutes should suffice
451
0 commit comments