Fix-update CharlieHebdo.fr (captcha)

merge-requests/1/head
magnolia1234 4 years ago
parent f9184d506c
commit 383943cb73

@ -34,6 +34,7 @@ var allow_cookies_default = [
'belfasttelegraph.co.uk',
'bostonglobe.com',
'business-standard.com',
'charliehebdo.fr',
'clarin.com',
'chronicle.com',
'df.cl',

@ -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

@ -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)){

Loading…
Cancel
Save