Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed May 11, 2021
1 parent 396a7f4 commit edb9cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fingerprintjs/fingerprintjs",
"description": "Browser fingerprinting library with the highest accuracy and stability",
"version": "3.1.1",
"version": "3.1.2",
"keywords": [
"fraud",
"fraud detection",
Expand Down
2 changes: 1 addition & 1 deletion src/sources/fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const fontList = [
] as const

// kudos to http://www.lalit.org/lab/javascript-css-font-detect/
export default function getFontsIframe(): Promise<string[]> {
export default function getFonts(): Promise<string[]> {
// Running the script in an iframe makes it not affect the page look and not be affected by the page CSS. See:
// https://github.com/fingerprintjs/fingerprintjs/issues/592
// https://github.com/fingerprintjs/fingerprintjs/issues/628
Expand Down

0 comments on commit edb9cbb

Please sign in to comment.