Skip to content

Commit

Permalink
Fix typo in proxy-detecting code
Browse files Browse the repository at this point in the history
Related issue:
- uBlockOrigin/uBlock-issues#911

Related commit:
- 3f7ece94691f
  • Loading branch information
gorhill committed Mar 23, 2020
1 parent b34ea19 commit 0c30bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}
}

Expand Down

0 comments on commit 0c30bee

Please sign in to comment.