Fix Wall Street Journal blogs
Enable Googlebot on WSJ blogs (ease restrictions).
This commit is contained in:
parent
a7ce6a6221
commit
700891f777
@ -9,7 +9,7 @@ var defaultSites = {};
|
||||
const restrictions = {
|
||||
'barrons.com': /.+barrons\.com\/articles\/.+/,
|
||||
'prime.economictimes.indiatimes.com': /.+prime\.economictimes\.indiatimes\.com\/news\/[0-9]{8}\/.+/,
|
||||
'wsj.com': /.+wsj\.com\/articles\/.+/
|
||||
'wsj.com': /(.+wsj\.com\/articles\/.+|.+blogs\.wsj\.com\/.+)/
|
||||
}
|
||||
|
||||
// Don't remove cookies before page load
|
||||
|
Loading…
x
Reference in New Issue
Block a user