mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo in proxy-detecting code
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/911 Related commit: - https://github.com/gorhill/uBlock/commit/3f7ece94691f
This commit is contained in:
parent
b34ea197ed
commit
0c30bee3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ const onHeadersReceived = function(details) {
|
||||||
if ( isRootDoc && µb.proxyDNS === undefined ) {
|
if ( isRootDoc && µb.proxyDNS === undefined ) {
|
||||||
µb.proxyDNS = details.proxyInfo instanceof Object;
|
µb.proxyDNS = details.proxyInfo instanceof Object;
|
||||||
if ( µb.proxyDNS ) {
|
if ( µb.proxyDNS ) {
|
||||||
vAPI.Net.setOptions({ cnameUncloak: false });
|
vAPI.net.setOptions({ cnameUncloak: false });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue