1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Remove now irrelevant scoping

This commit is contained in:
Raymond Hill 2022-11-29 12:00:38 -05:00
parent 64909c671f
commit 15450e3957
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -32,10 +32,6 @@ import {
/******************************************************************************/
(( ) => {
// https://github.com/uBlockOrigin/uBlock-issues/issues/407
if ( vAPI.webextFlavor.soup.has('firefox') === false ) { return; }
// Canonical name-uncloaking feature.
let cnameUncloakEnabled = browser.dns instanceof Object;
let cnameUncloakProxied = false;
@ -304,6 +300,5 @@ import {
return true;
}
};
})();
/******************************************************************************/