Skip to content

Commit

Permalink
Add hashComponents() to FingerprintJS v3 shim
Browse files Browse the repository at this point in the history
Related feedback:
- f4824bd#commitcomment-64534458
  • Loading branch information
gorhill committed Jan 28, 2022
1 parent a1608e9 commit a5ca565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/web_accessible_resources/fingerprint3.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
return id;
})();
const FingerprintJS = class {
static hashComponents() {
return visitorId;
}
static load() {
return Promise.resolve(new FingerprintJS());
}
Expand Down

0 comments on commit a5ca565

Please sign in to comment.