diff --git a/background.js b/background.js index 5ccbf29..1f26e4d 100644 --- a/background.js +++ b/background.js @@ -26,7 +26,6 @@ const restrictions = { 'faz.net': /^((?!\/.+\.faz\.net\/aktuell\/(\?switchfaznet)?$).)*$/, 'foreignaffairs.com': /.+\.foreignaffairs\.com\/(articles|fa-caching|interviews|reviews|sites)\/.+/, 'ft.com': /.+\.ft\.com\/content\//, - 'lastampa.it': /^((?!\/video\.lastampa\.it\/).)*$/, 'medianama.com': /\.medianama\.com\/((\d){4}\/(\d){2}|wp-content)\//, 'timesofindia.com': /.+\.timesofindia\.com\/($|toi-plus(\/.+)?|.+\.cms)/, 'nknews.org': /^((?!nknews\.org\/pro\/).)*$/, @@ -636,7 +635,7 @@ function add_grouped_sites(init_rules) { } for (let domain of it_repubblica_domains) { allow_cookies.push(domain); - if (['gelocal.it', 'ilsecoloxix.it', 'lastampa.it', 'repubblica.it'].includes(domain)) + if (['gelocal.it', 'ilsecoloxix.it', 'repubblica.it'].includes(domain)) use_google_bot.push(domain); blockedRegexes[domain] = /(scripts\.repubblica\.it\/pw\/pw\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad|user-notification)-.+\.js)/; } diff --git a/changelog.txt b/changelog.txt index ec12497..5ea9f5f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,6 +12,7 @@ Fix Il Tirreno (GElocal.it) Fix Financial Times (amp) Fix Knack.be Fix La Croix (timing) +Fix La Stampa (http error 403) Fix The Athletic Fix The Globe and Mail Fix The New Yorker (homepage)