From 8a735e7de0196261df1267b249dcd4ff9af5fd4b Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 13 Dec 2019 14:24:28 +0100 Subject: [PATCH] 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.). --- background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index a269cf9..e8ef8dd 100644 --- a/background.js +++ b/background.js @@ -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