mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01: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
@ -448,7 +448,7 @@ const onHeadersReceived = function(details) {
|
||||
if ( isRootDoc && µb.proxyDNS === undefined ) {
|
||||
µb.proxyDNS = details.proxyInfo instanceof Object;
|
||||
if ( µb.proxyDNS ) {
|
||||
vAPI.Net.setOptions({ cnameUncloak: false });
|
||||
vAPI.net.setOptions({ cnameUncloak: false });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user