diff --git a/docs/Testing.md b/docs/Testing.md new file mode 100644 index 0000000..e7d8fdd --- /dev/null +++ b/docs/Testing.md @@ -0,0 +1,26 @@ +## Browser Tests + +### Security/Fingerprint + +Firefox 60 and `privacy.resistFingerprinting` are relatively new, please give it some time to be more widely used and thus less finger-printable; If you are using a different site to analyze your browser make sure to read and understand what the test is about. + +- [SSLLabs](https://www.ssllabs.com/ssltest/viewMyClient.html) +- [AmiUnique](https://amiunique.org/fp) +- [BrowserLeaks](https://browserleaks.com/) +- [BrowserPlugs](https://www.browserplugs.com/fingerprint-test/index.html) +- [FingerPrintJS2](https://valve.github.io/fingerprintjs2/) +- [Third-Party-Cookies](https://alanhogan.github.io/web-experiments/3rd/third-party-cookies.html) +- [Testing-Notifications](https://www.bennish.net/web-notifications.html) +- [Browser-Storage-Abuser](https://demo.agektmr.com/storage/) +- [Service-Workers-Push-Test](https://gauntface.github.io/simple-push-demo/) + +### Performances + +Performance tests can be done here [LVP Octane](https://intika.github.io/lvp-octane/), it needs to be launched alone with other applications closed and with no other activity but the benchmark, also it's recommended to launch it many times and then calculate the average. + +### DNS/VPN/Proxy Leak + +- [IPLeak](https://ipleak.net/) +- [Tenta-Test](https://tenta.com/test/) +- [IP-Browserleaks](https://browserleaks.com/ip) +