mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-16 06:13:16 +00:00
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:
parent
34f7794cc5
commit
8a735e7de0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user