mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Tooltips/Cleanup
* removed double escaped json * fixed itemset tooltips with classes * set cookies to samesite to avoid being rejected by the browser
This commit is contained in:
@@ -507,6 +507,8 @@ $WH.sc = function(z, y, x, w, v) {
|
||||
a.setDate(a.getDate() + y);
|
||||
b += "expires=" + a.toUTCString() + "; ";
|
||||
|
||||
b += "SameSite=strict;";
|
||||
|
||||
if (w) {
|
||||
b += "path=" + w + "; ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user