mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:27:48 +01:00
Fix WSJ (cookie-fix)
This commit is contained in:
parent
9b4edc64fc
commit
8897993af8
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,6 @@ var allow_cookies = [
|
||||||
'volkskrant.nl',
|
'volkskrant.nl',
|
||||||
'weeklytimesnow.com.au',
|
'weeklytimesnow.com.au',
|
||||||
'worldpoliticsreview.com',
|
'worldpoliticsreview.com',
|
||||||
'wsj.com',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
// Removes cookies after page load
|
// Removes cookies after page load
|
||||||
|
@ -75,7 +74,8 @@ var remove_cookies = [
|
||||||
const remove_cookies_select_hold = {
|
const remove_cookies_select_hold = {
|
||||||
'newstatesman.com': ['STYXKEY_nsversion'],
|
'newstatesman.com': ['STYXKEY_nsversion'],
|
||||||
'qz.com': ['gdpr'],
|
'qz.com': ['gdpr'],
|
||||||
'washingtonpost.com': ['wp_gdpr']
|
'washingtonpost.com': ['wp_gdpr'],
|
||||||
|
'wsj.com': ['wsjregion']
|
||||||
}
|
}
|
||||||
|
|
||||||
// select only specific cookie(s) to drop from remove_cookies domains
|
// select only specific cookie(s) to drop from remove_cookies domains
|
||||||
|
|
Loading…
Reference in a new issue