mirror of https://github.com/gorhill/uBlock.git
Add hashComponents() to FingerprintJS v3 shim
Related feedback:
- f4824bd0d9 (commitcomment-64534458)
This commit is contained in:
parent
a1608e9116
commit
a5ca565e9c
|
@ -29,6 +29,9 @@
|
|||
return id;
|
||||
})();
|
||||
const FingerprintJS = class {
|
||||
static hashComponents() {
|
||||
return visitorId;
|
||||
}
|
||||
static load() {
|
||||
return Promise.resolve(new FingerprintJS());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue