Merge upstream (with fix: must be in remove_cookies[] for

remove_cookies_select_hold[] to be meaningful):

> commit 7d73a8a7fb
> Author: Adam <36013816+iamadamdev@users.noreply.github.com>
> Date:   Sat Mar 21 14:41:39 2020 -0700
>
>     Fix WSJ
This commit is contained in:
Bela Lubkin
2020-03-23 03:25:01 -07:00
parent 2b55d1b3c9
commit 09a24f110d

View File

@ -59,7 +59,6 @@ const allow_cookies = [
'volkskrant.nl',
'washingtonpost.com',
'wired.com',
'wsj.com',
]
// Removes cookies after page load
@ -103,12 +102,14 @@ const remove_cookies = [
'vn.nl',
'washingtonpost.com',
'wired.com',
'wsj.com',
]
// select specific cookie(s) to hold from remove_cookies domains
const remove_cookies_select_hold = {
'qz.com': ['gdpr'],
'washingtonpost.com': ['wp_gdpr'],
'wsj.com': ['wsjregion'],
}
// select only specific cookie(s) to drop from remove_cookies domains