blacklist doubleclick.net
This commit is contained in:
parent
da40bc07d2
commit
4d3e097a4b
1 changed files with 2 additions and 1 deletions
|
@ -339,7 +339,8 @@ Zotero.Proxies = new function() {
|
|||
/edu$/,
|
||||
/google\.com$/,
|
||||
/wikipedia\.org$/,
|
||||
/^[^.]*$/
|
||||
/^[^.]*$/,
|
||||
/doubleclick\.net$/
|
||||
];
|
||||
/**
|
||||
* Regular expression patterns of hosts that should always be proxied, regardless of whether
|
||||
|
|
Loading…
Reference in a new issue