use googlebot user agent for haaretz.co.il; it stopped bypassing with referrer

This commit is contained in:
Ohad 2019-11-21 23:22:09 +02:00
parent 91475a3025
commit 00bba62e69
2 changed files with 3 additions and 2 deletions

View file

@ -191,7 +191,8 @@ const use_google_bot = [
'telegraph.co.uk', 'telegraph.co.uk',
'theaustralian.com.au', 'theaustralian.com.au',
'thetimes.co.uk', 'thetimes.co.uk',
'wsj.com', 'wsj.com',
'haaretz.co.il',
] ]
function setDefaultOptions() { function setDefaultOptions() {

View file

@ -144,5 +144,5 @@
"*://*.scientificamerican.com/*", "*://*.scientificamerican.com/*",
"*://*.thehindu.com/*" "*://*.thehindu.com/*"
], ],
"version": "1.6.0" "version": "1.6.1"
} }