Fix WSJ (cookie-fix)

merge-requests/1/head
magnolia1234 5 years ago committed by GitHub
parent 9b4edc64fc
commit 8897993af8

@ -63,7 +63,6 @@ var allow_cookies = [
'volkskrant.nl',
'weeklytimesnow.com.au',
'worldpoliticsreview.com',
'wsj.com',
]
// Removes cookies after page load
@ -75,7 +74,8 @@ var remove_cookies = [
const remove_cookies_select_hold = {
'newstatesman.com': ['STYXKEY_nsversion'],
'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

Loading…
Cancel
Save