Skip to content

Commit

Permalink
Merge pull request #12545 from filip-769/master
Browse files Browse the repository at this point in the history
freemap.sk - fixed broken login
  • Loading branch information
obfuscated-loop authored Jun 15, 2024
2 parents 9edd314 + ca2dcc0 commit 68b031a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/data/js/3_localStorageHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ function getItem(hostname) {
key: "cookiesInfo",
value: "1",
};
case "freemap.sk":
return {
strict: false,
key: "store",
value: '{"main":{"cookieConsentResult":false}}',
};
}

const parts = hostname.split(".");
Expand Down
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15598,7 +15598,7 @@ const rules = {
"obuvki.bg": {
s: "#marketing-approvals{display:none !important} ._no-scroll-modal{position: unset !important}",
},
"freemap.sk": { c: 100 },
"freemap.sk": { j: 3 },
"nuessing.de": { c: 14 },
"dovolena.cz": { s: ".Cookies_wrapper__ovIeZ{display:none !important}" },
"eberry.cz": { s: ".c-cookie-consent-bar{display:none !important}" },
Expand Down

0 comments on commit 68b031a

Please sign in to comment.