From 878233292cc34fad58d39d1986c4528fbd22426d Mon Sep 17 00:00:00 2001 From: Ohad Date: Thu, 21 Nov 2019 23:22:09 +0200 Subject: [PATCH] use googlebot user agent for haaretz.co.il; it stopped bypassing with referrer --- background.js | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index c747260..beb0495 100644 --- a/background.js +++ b/background.js @@ -191,7 +191,8 @@ const use_google_bot = [ 'telegraph.co.uk', 'theaustralian.com.au', 'thetimes.co.uk', -'wsj.com', +'wsj.com', +'haaretz.co.il', ] function setDefaultOptions() { diff --git a/manifest.json b/manifest.json index 6ab2933..d541c12 100644 --- a/manifest.json +++ b/manifest.json @@ -144,5 +144,5 @@ "*://*.scientificamerican.com/*", "*://*.thehindu.com/*" ], - "version": "1.6.0" + "version": "1.6.1" }