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

Add hashComponents() to FingerprintJS v3 shim

Related feedback:
- f4824bd0d9 (commitcomment-64534458)
This commit is contained in:
Raymond Hill 2022-01-28 09:26:57 -05:00
parent a1608e9116
commit a5ca565e9c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -29,6 +29,9 @@
return id;
})();
const FingerprintJS = class {
static hashComponents() {
return visitorId;
}
static load() {
return Promise.resolve(new FingerprintJS());
}