From 60df2d4144b17a06cce1f4dedf1b0748cd5c2b79 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 14 Feb 2021 17:45:26 +0100 Subject: [PATCH] Fix-update The Times (puzzles) --- background.js | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index b7965a7..407730a 100644 --- a/background.js +++ b/background.js @@ -587,7 +587,7 @@ ext_api.storage.onChanged.addListener(function (changes, namespace) { add_grouped_sites(false); for (let domainVar of enabledSites) { - if (!allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar)) { + if (!allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar) && !['thetimes.co.uk'].includes(domainVar)) { allow_cookies.push(domainVar); remove_cookies.push(domainVar); } diff --git a/changelog.txt b/changelog.txt index cdbf6c5..32963e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -10,6 +10,7 @@ Fix-update Cors Anywhere (link to allow access) Fix-update Il Secolo XIX (amp) Fix-update Medium custom domains (meter) Fix-update Statista (premium) +Fix-update The Times (puzzles) * v2.0.7.0 (2021-02-07) Add Diario de Ibiza/Mallorca, Faro de Vigo & La Provincia (Spain)