From 727f415de72935397ac859ee6988f9716717a746 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 22 Mar 2020 13:22:30 +0100 Subject: [PATCH] Fix Barron's (remove cookies) --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index a2199b5..5850fca 100644 --- a/background.js +++ b/background.js @@ -17,7 +17,6 @@ const restrictions = { var allow_cookies = [ 'adelaidenow.com.au', 'aftonbladet.se', -'barrons.com', 'bostonglobe.com', 'cairnspost.com.au', 'clarin.com', @@ -72,6 +71,7 @@ var remove_cookies = [ // select specific cookie(s) to hold from remove_cookies domains const remove_cookies_select_hold = { + 'barrons.com': ['wsjregion'], 'newstatesman.com': ['STYXKEY_nsversion'], 'qz.com': ['gdpr'], 'washingtonpost.com': ['wp_gdpr'],