From 5a5cfd9b3431d3ba41f48e143f72264ede731915 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 23 Sep 2022 19:10:33 +0200 Subject: [PATCH] Fix Aftonbladet.se --- changelog.txt | 1 + manifest.json | 2 +- sites.js | 2 +- sites_updated.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1274a13a..fa15d589 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add Groupe Centre France (opt-in to custom sites) +Fix Aftonbladet.se Fix Business Standard Fix Hearst Communications (newspapers) Fix The Athletic diff --git a/manifest.json b/manifest.json index 55e3d239..1b7b30ff 100644 --- a/manifest.json +++ b/manifest.json @@ -707,5 +707,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.8.5.5" + "version": "2.8.5.6" } diff --git a/sites.js b/sites.js index 030d779f..a0a60439 100644 --- a/sites.js +++ b/sites.js @@ -26,7 +26,7 @@ var defaultSites = { "Aftonbladet": { domain: "aftonbladet.se", allow_cookies: 1, - useragent: "googlebot" + useragent: "bingbot" }, "Allgäuer Zeitung": { domain: "allgaeuer-zeitung.de", diff --git a/sites_updated.json b/sites_updated.json index b59c557c..625f24c4 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -4,6 +4,11 @@ "allow_cookies": 1, "block_regex": "\\.poool\\.fr\\/" }, + "Aftonbladet": { + "domain": "aftonbladet.se", + "allow_cookies": 1, + "useragent": "bingbot" + }, "Business Standard": { "domain": "business-standard.com", "allow_cookies": 1,