diff --git a/background.js b/background.js index 3810d970..f282997f 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 d7421018..a7b4d77c 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 4bc0c444..69b27c3b 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)){