diff --git a/background.js b/background.js index 46d805b..26e8e7b 100644 --- a/background.js +++ b/background.js @@ -947,6 +947,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) { (matchUrlDomain('elmercurio.com', header_referer) && matchUrlDomain('emol.cl', details.url)) || (matchUrlDomain('epaper.thetimes.co.uk', header_referer) && matchUrlDomain(['prcdn.co'], details.url)) || (matchUrlDomain('law360.com', header_referer) && matchUrlDomain('law360news.com', details.url)) || + (matchUrlDomain('lesechos.fr', header_referer) && matchUrlDomain('lesechos.com', details.url)) || (matchUrlDomain('marketwatch.com', header_referer) && matchUrlDomain('wsj.net', details.url)) || (matchUrlDomain('nationalgeographic.com', header_referer) && matchUrlDomain('natgeofe.com', details.url)) || (matchUrlDomain('usatoday.com', header_referer) && matchUrlDomain('gannett-cdn.com', details.url)) || diff --git a/changelog.txt b/changelog.txt index 4744c2c..94ff0f7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ Add Le Soleil - Quebec (+ regional/opt-in to custom sites) Remove Kurier.at (fix obsolete) Fix Bloomberg (graphics) Fix Law.com (cookies) +Fix LesEchos.fr (timing) Fix McClatchy Group (identify site) * v2.7.7.0 (2022-07-24)