Fix Quartz/qz.com (gdpr)

Removal of gdpr-cookie kept refreshing the page.
PS adblocker needs to block xhr-element: ||vent.qz.com/log$xhr,1p
PS2 isSiteEnabled was updated earlier because no match with qz.com (without prefix www.).
This commit is contained in:
magnolia1234 2019-12-13 14:24:28 +01:00 committed by GitHub
parent 34f7794cc5
commit 8a735e7de0

View file

@ -188,7 +188,8 @@ const remove_cookies = [
// select specific cookie(s) to hold from remove_cookies domains
const remove_cookies_select_hold = {
'washingtonpost.com': ['wp_gdpr']
'washingtonpost.com': ['wp_gdpr'],
'qz.com': ['gdpr']
}
// select only specific cookie(s) to drop from remove_cookies domains