From 383943cb73feb92558660c13089c3616a18ededa Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 4 Dec 2020 16:25:11 +0100 Subject: [PATCH] Fix-update CharlieHebdo.fr (captcha) --- background.js | 1 + changelog.txt | 1 + contentScript.js | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index 3810d97..f282997 100644 --- a/background.js +++ b/background.js @@ -34,6 +34,7 @@ var allow_cookies_default = [ 'belfasttelegraph.co.uk', 'bostonglobe.com', 'business-standard.com', + 'charliehebdo.fr', 'clarin.com', 'chronicle.com', 'df.cl', diff --git a/changelog.txt b/changelog.txt index d742101..a7b4d77 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ Add El Comercio, Ideal & La Voz de Cadiz (Spain) Add Esprit (France) Add The Spectator USA Remove Aftonbladet.se (obsolete) +Fix-update CharlieHebdo.fr (captcha) Fix-update El Mercurio & La Segunda (mobile) Fix-update Harper's Magazine Fix-update Mexico News Daily diff --git a/contentScript.js b/contentScript.js index 4bc0c44..69b27c3 100644 --- a/contentScript.js +++ b/contentScript.js @@ -4,7 +4,7 @@ var domain; var csDone = false; // clean local storage of sites (with an exemption for hold-list) -var arr_localstorage_hold = ['elmundo.es', 'kurier.at', 'nknews.org', 'nrz.de', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk', 'waz.de', 'wp.de', 'wr.de']; +var arr_localstorage_hold = ['charliehebdo.fr', 'elmundo.es', 'kurier.at', 'nknews.org', 'nrz.de', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk', 'waz.de', 'wp.de', 'wr.de']; var es_grupo_vocento_domains = ['diariosur.es', 'diariovasco.com', 'elcomercio.es', 'elcorreo.com', 'eldiariomontanes.es', 'elnortedecastilla.es', 'hoy.es', 'ideal.es', 'larioja.com', 'laverdad.es', 'lavozdigital.es']; arr_localstorage_hold = arr_localstorage_hold.concat(es_grupo_vocento_domains); if (!matchDomain(arr_localstorage_hold)){