Improve fingerprint2.js shim

This commit is contained in:
Raymond Hill 2025-07-28 09:14:32 -04:00
parent abeb5d1567
commit 7d9317bb17
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -51,5 +51,5 @@
setTimeout(( ) => { cb(browserId, []); }, 1);
},
};
self.Fingerprint2 = fp2;
self.Fingerprint2 = self.Fingerprint = fp2;
})();