Merge pull request #393 from ohadcn/master

use googlebot user agent for haaretz.co.il
master
Adam 2019-11-21 20:52:35 -08:00 committed by GitHub
commit 18b81c88b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -147,5 +147,5 @@
"*://*.thehindu.com/*",
"*://*.demorgen.be/*"
],
"version": "1.6.0"
"version": "1.6.1"
}