aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-03 20:10:32 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-03 20:10:32 -0500
commit940983bd6b02e2f5127d4c2d36fb99502b52ed0d (patch)
tree68a695060fcc31a0411d5fa7746531f224dd51b7 /docs
parentAdd pocket page (diff)
downloadlibrewolf-linux-940983bd6b02e2f5127d4c2d36fb99502b52ed0d.tar.gz
librewolf-linux-940983bd6b02e2f5127d4c2d36fb99502b52ed0d.tar.bz2
librewolf-linux-940983bd6b02e2f5127d4c2d36fb99502b52ed0d.zip
Add testing page
Diffstat (limited to 'docs')
-rw-r--r--docs/Testing.md26
1 files changed, 26 insertions, 0 deletions
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)
+
bgstack15