Skip to content

Commit

Permalink
move resistance to stable fingerprint #135
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamjuliot committed Aug 8, 2021
1 parent 0035c70 commit 547a205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion creep.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@ const imports = {
fonts: !fp.fonts || fp.fonts.lied ? undefined : fp.fonts,
// skip trash since it is random
lies: !!liesLen,
capturedErrors: !!errorsLen
capturedErrors: !!errorsLen,
resistance: fp.resistance || undefined
}

console.log('%c✔ stable fingerprint passed', 'color:#4cca9f')
Expand Down

0 comments on commit 547a205

Please sign in to comment.