From 7ed7076cf46f5d223f538dc09d1f519ba9d26b07 Mon Sep 17 00:00:00 2001 From: Orkuncakilkaya Date: Thu, 2 Feb 2023 15:41:47 +0300 Subject: [PATCH 1/3] Add FingerprintJS under Security and PKI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c013e8ec..e8f14655 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ * [Virgil Security](https://virgilsecurity.com/) — Tools and services for implementing end-to-end encryption, database protection, IoT security and more in your digital solution. Free for applications with up to 250 users. * [Virushee](https://virushee.com/) — Privacy-oriented file/data scanning powered by hybrid heuristic and AI-assisted engine. Possible to use internal dynamic sandbox analysis. Limited to 50MB per file upload * [Escape GraphQL Quickscan](https://escape.tech/) - One-click security scan of your GraphQL endpoints. Free, no login required. + * [FingerprintJS Browser Fingerprinting](https://www.fingerprint.com) - FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged. **[⬆ back to top](#table-of-contents)** From ad9d2c8d7bf497fb8e4069dc5d91305ee4a623e9 Mon Sep 17 00:00:00 2001 From: Orkuncakilkaya Date: Thu, 2 Feb 2023 15:56:47 +0300 Subject: [PATCH 2/3] Add FingerprintJS free trial information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8f14655..1dce2ed8 100644 --- a/README.md +++ b/README.md @@ -623,6 +623,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ * [Virushee](https://virushee.com/) — Privacy-oriented file/data scanning powered by hybrid heuristic and AI-assisted engine. Possible to use internal dynamic sandbox analysis. Limited to 50MB per file upload * [Escape GraphQL Quickscan](https://escape.tech/) - One-click security scan of your GraphQL endpoints. Free, no login required. * [FingerprintJS Browser Fingerprinting](https://www.fingerprint.com) - FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged. + * Free trial version of Pro has 20,000 Requests per month **[⬆ back to top](#table-of-contents)** From 450f475ec2e1982583c6ab16e03151b3bdfbf9b0 Mon Sep 17 00:00:00 2001 From: Orkuncakilkaya Date: Thu, 2 Feb 2023 17:27:54 +0300 Subject: [PATCH 3/3] Change Fingerprintjs description to single line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dce2ed8..505b6538 100644 --- a/README.md +++ b/README.md @@ -622,8 +622,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ * [Virgil Security](https://virgilsecurity.com/) — Tools and services for implementing end-to-end encryption, database protection, IoT security and more in your digital solution. Free for applications with up to 250 users. * [Virushee](https://virushee.com/) — Privacy-oriented file/data scanning powered by hybrid heuristic and AI-assisted engine. Possible to use internal dynamic sandbox analysis. Limited to 50MB per file upload * [Escape GraphQL Quickscan](https://escape.tech/) - One-click security scan of your GraphQL endpoints. Free, no login required. - * [FingerprintJS Browser Fingerprinting](https://www.fingerprint.com) - FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged. - * Free trial version of Pro has 20,000 Requests per month + * [FingerprintJS Browser Fingerprinting](https://www.fingerprint.com) - FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them. Unlike cookies and local storage, a fingerprint stays the same in incognito/private mode and even when browser data is purged. Free tier version of Pro has 20,000 Requests per month. **[⬆ back to top](#table-of-contents)**