mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:54:16 +01:00
use googlebot user agent for haaretz.co.il; it stopped bypassing with referrer
This commit is contained in:
parent
91475a3025
commit
00bba62e69
2 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
|
@ -144,5 +144,5 @@
|
||||||
"*://*.scientificamerican.com/*",
|
"*://*.scientificamerican.com/*",
|
||||||
"*://*.thehindu.com/*"
|
"*://*.thehindu.com/*"
|
||||||
],
|
],
|
||||||
"version": "1.6.0"
|
"version": "1.6.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue