https://github.com/Valve/fingerprintjs2

sort by:
Revision Author Date Message Commit Date
27c46af Bump version 09 February 2021, 06:33:47 UTC
2c90cf2 Make FingerprintJS work in SSR environment (#610) 09 February 2021, 05:53:26 UTC
32d5f29 Update the license year 04 February 2021, 06:46:57 UTC
772b319 Update link description + emoji for the video tutorial 03 February 2021, 14:24:26 UTC
2484629 Add youtube link It explains how to prevent multiple signups from the same user. 03 February 2021, 14:22:44 UTC
bf50ee8 Actualize the productSub component type 03 February 2021, 02:35:01 UTC
2da9b86 Fix migration documentation custom components example (#606) 28 January 2021, 13:12:43 UTC
11a9c53 Bump socket.io from 2.3.0 to 2.4.1 (#604) Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 21 January 2021, 04:29:00 UTC
27ae9a6 Bump version 08 January 2021, 09:03:11 UTC
5fad94c Fix cookie 'SameSite' attribute warning in Firefox (#601) Resolves #599 06 January 2021, 07:03:50 UTC
233f280 Add a note about arrow functions in the old browser support guide (#597) 21 December 2020, 23:45:35 UTC
d1d6402 Bump version 18 December 2020, 04:21:45 UTC
5d52f57 Minor amendments - Set up .editorconfig - Set up ESLint - Test in macOS Big Sur 18 December 2020, 04:17:24 UTC
b4d81cd fix: Load function takes a huge time in some conditions commit 1fa13647e139e443ff43e6cdd8e6e38e112775e7 Author: Surgie Finesse <finesserus@gmail.com> Date: Thu Dec 17 20:28:32 2020 +1000 Add a timeout for `requestIdleCallback` inside load To prevent cases where loading takes tens of seconds 18 December 2020, 04:17:13 UTC
82b752c Make the logo be legible on dark background (#595) * Make the logo be legible on dark background * Make the white outline thicker 18 December 2020, 03:03:18 UTC
d7b6733 Bump ini from 1.3.5 to 1.3.7 (#591) Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 11 December 2020, 04:17:32 UTC
cf1dbb8 Convert string deviceMemory values into numbers 26 November 2020, 04:06:41 UTC
e658eb3 Use more concise implementations of toInt and toFloat; add a note about the platform component 26 November 2020, 03:13:35 UTC
17c9baf Update readme.md Remove bot detection mentions of the Pro version. 19 November 2020, 22:24:27 UTC
0e6f70d Fix the cut logo in IE. Use an enum in the audio component. Change the NPM description. 17 November 2020, 23:31:41 UTC
d7cf89f Update the logo 12 November 2020, 00:41:12 UTC
8a65ee7 Version bump 11 November 2020, 23:26:46 UTC
7ec0d06 Increase the audio component stability (#581) commit b8799bf185fefec12da0159510540f55586df882 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Nov 10 16:28:20 2020 +1000 Add a test for the audio component; implement a more reliable way to detect desktop Safari commit 1649d923219e3a6f9d80b30b7aa775f1492f790b Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Nov 10 13:55:47 2020 +1000 Fix the Safari 12 detection test commit f9881f9b4035a60f04d6659d03ece32fe585fabd Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 9 18:13:04 2020 +1000 Detect Safari ≥12 without using user-agent commit 4750bea605b8039d4b32e9045e4389f63e8b8cc3 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 9 13:14:34 2020 +1000 Add notes about the audio fingerprint problems that have been solved commit 3ade6ab5ef7c6c996040060052afa9f2b8b88cd6 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 8 18:18:36 2020 +1000 Don't count retries when the page is on background; skip audio fingerprint in iOS <11 too commit f7e35b9704c8a287b369cc2ca767c53b546f25c1 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 8 16:02:59 2020 +1000 A PoC to show that retrying to resume the same audio context is enough commit a2d147c6b2c4abe5c01fad3b5ed76936872df4fe Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 8 13:41:28 2020 +1000 Throw unexpected audio fingerprint errors instead of returning just -4 commit aabddf323b0eef8db3bbb0c2fbed431c4b75c466 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 8 13:10:45 2020 +1000 Make audio fingerprint work in old browsers that don't support TypedArray.prototype.slice commit 942108ccc724c97564c92a4a3cd0f2fa110659d0 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 8 12:51:58 2020 +1000 Make a PoC that shows that retrying helps agains some audio fingerprint timeouts 11 November 2020, 07:28:37 UTC
6515fb2 Add user agent to the playground 11 November 2020, 03:06:32 UTC
8d9e032 Hide the BrowserStack key (#579) * Move the BrowserStack keys from the code to the repository secrets * Run the tests only when the JS related files are changed; add a contribution note 04 November 2020, 02:19:35 UTC
e9d54f1 Update browser_support.md 03 November 2020, 23:51:27 UTC
3430496 Update readme.md 03 November 2020, 18:52:38 UTC
6ddc471 Update readme.md 03 November 2020, 18:52:22 UTC
f6314aa Add a demo (#578) commit a27efd8bf3bcc568cfa2988093ff97763fffc564 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Nov 3 20:27:05 2020 +1000 Publish the playground only from the master branch commit 2c381169bab056b49fe16ba8eec586fbcf22f114 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Nov 3 19:50:56 2020 +1000 Amend the look, fix an HTTPS detection code mistake commit 5eae849dace87647a4f35105bda4ce95f1be2037 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Nov 3 15:37:17 2020 +1000 Increase the demo page contrast commit a58e25efe83521ae97d6370d0cb7b731ded128bf Merge: 94bc121 ae52f61 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Nov 3 00:00:13 2020 +1000 Merge branch 'master' into feature/556-playground # Conflicts: # playground/index.ts commit 94bc1218ba0c7fd78375498f7ec75cf96c092938 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 22:55:52 2020 +1000 Fix the shadow commit d790c1d814d21ce273b3becbb01469f2a3979924 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 22:53:11 2020 +1000 Add an alert that tells why the Share button is disabled commit 6b1b66c354074ed6d69a993a548d109e4576034e Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 18:54:43 2020 +1000 Add a favicon commit b782efe90eaac5836be7c4fe7f9803e54a4baaf4 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 18:45:41 2020 +1000 Add demo links to the pages commit 02384cf333f46994b845ca47dd66188f4e5d28fe Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 18:39:14 2020 +1000 Redesign the playground, show the debug information on the playground commit 5f4a8d94b74d11cdbb778a8d11707390f2bd04d4 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 11:06:21 2020 +1000 Beautify the playground distributive file structure commit 98d55dbe241f085ea22821cabe0cc34dc875f460 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Nov 2 10:31:37 2020 +1000 Deploy the playground to GitHub Pages automatically commit 732c2a3daa71ab9d92f516191a299f245da1bff1 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 1 22:53:48 2020 +1000 Update Webpack, use the logo image on the playground Webpack 5 is broken, it's too early to update to it 03 November 2020, 10:28:09 UTC
787f09c Version bump 02 November 2020, 14:27:58 UTC
6b2bfd3 Link to the old browser support guide from the v3 migration guide 02 November 2020, 14:17:55 UTC
ae52f61 Expand browser support, fix a few bugs (#577) commit fca46d7a860aeb5260045fc61ba034a315582434 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 1 19:13:06 2020 +1000 Add a documentation page to tell how to use with old browsers commit d5c675e405a59291db2204e2c08cae6f917448e3 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 1 16:01:38 2020 +1000 fix: The `timezoneOffset` component changes due to DST shifts commit fe5013429835e2099a23636729114da0810813a6 Author: Surgie Finesse <finesserus@gmail.com> Date: Sun Nov 1 12:25:07 2020 +1000 Handle the case when `new Date().getTimezoneOffset()` returns a string commit 4e222241c5874f1a42bbc33776c4990d5c378493 Author: Surgie Finesse <finesserus@gmail.com> Date: Sat Oct 31 21:43:12 2020 +1000 fix: The playground doesn't work in IE11 commit 8a753231cd341657d56cec60bdb3a03d6b076496 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 26 17:06:11 2020 +1000 Make the library run in old browsers like IE 11 and Safari 9 02 November 2020, 13:58:45 UTC
00a8502 Update readme.md Add identifier stability data and upgrade to pro hint. 28 October 2020, 13:59:42 UTC
79a5b4d Update readme.md 23 October 2020, 14:24:35 UTC
ca3f5da Fix the playground source map It hasn't had the original TypeScript code 21 October 2020, 08:43:28 UTC
1da2c15 Set up linting commit 9d0409e10bbb52e53e6efbf4eb79ccf33dfa620f Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 18:19:30 2020 +1000 Remove conflicts with .eslintrc files from parent directories commit 65414b98e62ff89b37d2694dbf2cc535f147dabf Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 13:09:59 2020 +1000 Fix the linting issues commit b226763e14f641e24296cfa87c151bbb2e91ce63 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 11:38:40 2020 +1000 Add a command to test dist/fp.d.ts commit 9afb0d73ac09fa17ed11e328dbb855163c4cf97c Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 11:03:40 2020 +1000 Add the linting to the CI commit 6eb466f12a5cc5ae6fbd354731b6e409f76229a2 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 20 10:51:39 2020 +1000 Use .gitignore as the blacklist for ESLint commit f2bd83bc69adad11a9a20c55d673ded4a95a255e Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 19 19:28:33 2020 +1000 Fix a few linting errors commit 5fdc325b517501d07e901605b71f9b8fc8050f44 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 19 19:24:41 2020 +1000 Add commands to lint the code and check the code style 20 October 2020, 22:39:38 UTC
2646456 Merge pull request #572 from ultima-team/patch-1 Update readme.md 20 October 2020, 20:11:21 UTC
e88c53c Update readme.md Fix URL for migration link v2 to v3 tutorial 20 October 2020, 20:05:04 UTC
5d7b790 Add a contribution note about release descriptions 20 October 2020, 09:29:47 UTC
eba3804 Add a few NPM keywords to improve the search ranking Requested by our marketing department 20 October 2020, 00:30:49 UTC
f0a8d30 Merge pull request #569 from fingerprintjs/feature/beautify-code-examples Make the code examples be narrower to reduce the chance of horizontal scroll 19 October 2020, 13:55:55 UTC
2d8550f Make the code examples be narrower to reduce the chance of horizontal scroll 19 October 2020, 02:46:12 UTC
3542e9c Follow a single file name convention 18 October 2020, 23:40:43 UTC
f95b1eb Fix an incorrect code snippet in the migration document (#566) 16 October 2020, 09:49:27 UTC
fc6373d Version bump 15 October 2020, 22:32:08 UTC
1254814 Merge pull request #565 from fingerprintjs/v3 V3 release 15 October 2020, 22:03:56 UTC
8cab655 Fix the pro migration link 15 October 2020, 22:02:13 UTC
7f7e6c1 Add package.json info, a license and issue templates 15 October 2020, 13:02:32 UTC
a047452 Add a guide for migrating from v2 to v3 15 October 2020, 12:31:17 UTC
eb1bc56 Resolve Rollup warnings, add CI testing timeout 14 October 2020, 04:18:54 UTC
ac6f6ff v3 readme (#561) commit f30d1a343cff5f3dfd879f60a42451470e807ad2 Author: Surgie Finesse <finesserus@gmail.com> Date: Wed Oct 14 10:48:16 2020 +1000 Amend the readme commit 5b69fccfcb190034a0e64371167e6417a44673d8 Merge: 0f469d1 9248420 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 13 17:14:41 2020 +1000 Merge branch 'v3' into feature/v3-readme # Conflicts: # readme.md commit 0f469d16bc1075e39118567810be137fbf46ce86 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 13 09:45:44 2020 +1000 Amend the readme, add a v2 migration section commit 980ac5e0cdbc6bce74410530e0858380ddbe13dd Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 12 19:45:15 2020 +1000 Fix the require.js example commit 2b9784e555156aeef83626d791594e209a39cb74 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 12 18:20:03 2020 +1000 Improve the readme and the export shape commit ef8f1c89ed9e4803c2ffbf5b4cd2ebfa0ba8e3f3 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 9 20:30:25 2020 +1000 Add a browser support section commit 3ebc47f5870ccf9513608ea16db8a483aeaa2c54 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 9 20:03:56 2020 +1000 Move the contributing notes to a separate file commit 5130bc4f8be2b93f03305d587fdfe7559ffb6e98 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 9 19:55:11 2020 +1000 Add an open version usage documentation commit f0b96a5b4cee3f6659d604498cb6fcf9d5a62012 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 9 19:21:29 2020 +1000 Make a readme draft 14 October 2020, 01:29:12 UTC
b94b55e Version bump 14 October 2020, 00:55:22 UTC
4541473 Setup tests in v3 (#559) commit df8c82ce5d57dbc5ab3b8e72520d32d47f3f32c5 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 13 17:03:24 2020 +1000 Limit the Karma concurrency Hope it'll make the BrowserStack testing more stable commit a6256f76ef5437b1fedd25d92f54a5eb7a0bf8b0 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 13 17:01:46 2020 +1000 Code style amendment commit 32ad3ea451a82723968a028e19d109213c678558 Merge: a95ba99 cf82e92 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 13 08:12:13 2020 +1000 Merge remote-tracking branch 'origin/v3' into feature/v3-testing commit a95ba994d3e02867877ee466084a6587abf8e5a6 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 12 15:11:55 2020 +1000 Test in betas to know about problems before browsers are released commit 5e5c2cf07efb662ad756f40e6204c44138a0e087 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 9 10:28:03 2020 +1000 Remove some test logs duplications commit 6d3da4afc9b01a309199ff57ce53057166eac4c7 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 9 09:02:42 2020 +1000 Add Android testing commit 6c3550a534dd1630192598d18082bedda32a4134 Author: Surgie Finesse <finesserus@gmail.com> Date: Thu Oct 8 11:36:22 2020 +1000 Transfer the touch support test commit e448ed07c442ffb8bca1ba5d8358479598c76e01 Author: Surgie Finesse <finesserus@gmail.com> Date: Wed Oct 7 19:12:49 2020 +1000 Fix the test errors commit 3e933d6b2603807c768eae5fcc12bc26033adff3 Author: Surgie Finesse <finesserus@gmail.com> Date: Wed Oct 7 18:49:04 2020 +1000 Add basic tests commit f6a7bc52eaf9277656fcc8b095b5b1c9d3fe6179 Author: Surgie Finesse <finesserus@gmail.com> Date: Wed Oct 7 11:10:38 2020 +1000 Add the testing to the CI; make a nice test reporting that looks good both in terminal and CI commit d0295c718abb49d83b7b5708d2474268604f8efc Author: Surgie Finesse <finesserus@gmail.com> Date: Wed Oct 7 11:02:21 2020 +1000 Add a note about the BrowserStack log files commit 39415e399eff2b33e439ff310d70cd093b445908 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 6 23:00:49 2020 +1000 Add todos for the things that don't work and require BrowserStack support help commit 3736f98bcec5bb0e2d17478124be9a59861b3229 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 6 22:29:35 2020 +1000 Add an integration test commit 7bf9cb85c1a4a5d4f4ae88e75e494a7d5dcbf2d9 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 6 21:55:42 2020 +1000 Add a way to test many BrowserStack browsers with a short command, add more browsers commit 41b982239053240d953cba2578670cd172dcaa63 Author: Surgie Finesse <finesserus@gmail.com> Date: Tue Oct 6 21:13:55 2020 +1000 Try to add incognito BrowserStack browsers They don't work, trying to work it out with BrowserStack support. commit 7264446344dfec03a399db62c0a2ccb72b4a9912 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 5 21:11:55 2020 +1000 Develop a method of browser-dependent testing commit 3206b0ad72032b59a9882568b393d3331971c578 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 5 18:55:54 2020 +1000 Test in a couple of BrowserStack browsers commit 0bb6408af29e7754901b5a36941e92bc8f5f18a4 Author: Surgie Finesse <finesserus@gmail.com> Date: Mon Oct 5 17:25:37 2020 +1000 Make a testing setup with a single test 14 October 2020, 00:55:22 UTC
375cd08 Make a workaround for the languages component in Chrome 86 (#562) * Ignore navigator.languages in Chrome because a different behavior in regular and Incognito modes * Minor amendments and typo fixes 14 October 2020, 00:55:22 UTC
9e98ff7 Add a playground for local development commit 1d6f9aeef9bafb16ae0895e1963d97d509dd5f18 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 2 18:11:28 2020 +1000 Add a development playground commit 57305e50311bbf7dfa574513bcb7cb362b141b42 Author: Surgie Finesse <finesserus@gmail.com> Date: Fri Oct 2 16:48:26 2020 +1000 Add the initial delay note from the v2 readme 14 October 2020, 00:55:22 UTC
03c70d9 Add a command to watch the code and rebuild when it changes 14 October 2020, 00:55:22 UTC
71ace0c Add a script to build the source code 14 October 2020, 00:55:22 UTC
5a3b450 Move the `load` function to the root of the exports, use a more browser compatible hash implementation 14 October 2020, 00:55:22 UTC
b251a9b Simplify the API, implement the rest of entropy sources 14 October 2020, 00:55:22 UTC
2d69606 V3 structure draft 14 October 2020, 00:55:22 UTC
38ff93d Remove everything to start version 3 from scratch 14 October 2020, 00:55:04 UTC
0e989e7 Update copyrights to FingerprintJS, Inc (#552) 18 September 2020, 14:54:02 UTC
8e630a4 Update version badge to match the new NPM package name 17 September 2020, 03:17:27 UTC
6f52e09 Bump version Because 2.1.3 can't be published to NPM 17 September 2020, 03:09:13 UTC
4d83d68 Bump version, set the new repository name 14 September 2020, 22:56:50 UTC
c7128a0 Update README.md Fix the broken Valve/fingerprintjs2 links 14 September 2020, 00:13:45 UTC
f235f00 #438 Fix fingerprint difference between normal and private modes in IE and Edge 12 September 2020, 03:03:00 UTC
530a300 #405 Exclude the adBlock component in the default options 09 September 2020, 03:45:08 UTC
476ad23 Drop the IE9 and older support officially (the library didn't work there anyway) 09 September 2020, 03:26:57 UTC
1b8d028 #481 Fix undefined timezone in IE11 (#546) 09 September 2020, 03:09:13 UTC
dab1a58 #390 Clarify the detectScreenOrientation option in the readme 07 September 2020, 04:38:47 UTC
38e26d4 Use a more reliable addBehavior check implementation (#544) 07 September 2020, 04:05:21 UTC
dad7452 Merge pull request #543 from fingerprintjs/feature/github-actions Replace Travis CI with Github Actions, fix the tests 04 September 2020, 07:42:33 UTC
e309a75 Replace the Travis CI readme badge with a GitHub actions badge 04 September 2020, 07:35:39 UTC
a6ce42f Remove the Travis CI configuration 04 September 2020, 07:31:42 UTC
e8613c3 Fix the timeout test failures 04 September 2020, 07:31:27 UTC
1f72cf1 Remove the Safari test, try to test on Windows 03 September 2020, 22:24:22 UTC
170da28 Try to run the tests in other browsers 03 September 2020, 12:21:30 UTC
9fc956c Try to run the tests in Chrome on Github Actions 03 September 2020, 10:23:31 UTC
ba0359e Merge pull request #538 from hmaesta/patch-2 Point to default options 27 July 2020, 21:42:03 UTC
5bb017f Point to default options 27 July 2020, 21:41:09 UTC
eee1753 Merge pull request #537 from hmaesta/patch-1 Link to list of components (possible `excludes`) 27 July 2020, 21:39:05 UTC
d226e4b Link to list of components (possible `excludes`) 27 July 2020, 21:23:20 UTC
af0d321 Merge pull request #533 from fingerprintjs/dependabot/npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19 22 July 2020, 21:31:44 UTC
577f251 Bump version 22 July 2020, 21:02:29 UTC
d5286cc Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> 16 July 2020, 21:48:59 UTC
437c963 Update fingerprint2.js 14 January 2020, 20:35:44 UTC
b90b3c8 Update fingerprint_changes.md 25 December 2019, 15:29:09 UTC
a8144a9 Update README.md 25 December 2019, 15:22:22 UTC
6f36b78 Merge pull request #503 from Valve/browser-tests [browser-tests] added more browsers for automated testing: 10 December 2019, 18:13:52 UTC
dbc0ed6 2 tests fail in FF on Travis for some reason, needs a more deep exploration 10 December 2019, 18:10:38 UTC
0c7228d Try failing Travis test on the latest firefox 10 December 2019, 18:05:34 UTC
5fb8c7a Update travis to run tests in chrome only, I cannot reproduce a failing test in FF headless on a local machine for now 10 December 2019, 18:02:47 UTC
94d2734 [browser-tests] update travis.yml 10 December 2019, 17:56:19 UTC
03ff993 [browser-tests] fix lint warnings 10 December 2019, 17:53:17 UTC
1de82fb [browser-tests] update readme with new test instructions 10 December 2019, 17:47:07 UTC
d9d4b0d [browser-tests] added more browsers for automated testing: * Firefox headless * Firefox incognito mode * Chrome incognito mode * Safari Because only Chrome/Firefox headless are supported in the CI env (on linux), it's only possible to run yarn:test:all on a Mac. On linux, it's possible to run yarn test:chrome* and yarn test:firefox* 10 December 2019, 17:42:02 UTC
d325c4e Merge pull request #499 from mads1980/master Various changes dealing with false positives on hasLiedOs() and hasLiedBrowser() 10 December 2019, 16:22:33 UTC
4850267 Fixed code highlighting (#501) 10 December 2019, 14:23:54 UTC
5a9546a Update fingerprint2.js 03 December 2019, 13:03:12 UTC
back to top