mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Improve fingerprint2.js shim
This commit is contained in:
parent
abeb5d1567
commit
7d9317bb17
1 changed files with 1 additions and 1 deletions
|
|
@ -51,5 +51,5 @@
|
|||
setTimeout(( ) => { cb(browserId, []); }, 1);
|
||||
},
|
||||
};
|
||||
self.Fingerprint2 = fp2;
|
||||
self.Fingerprint2 = self.Fingerprint = fp2;
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue