From b2b66b89602dbcd9d65ae8713c11531bee6db681 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Wed, 5 Sep 2018 16:42:57 +0200 Subject: [PATCH] Updated documentation. --- .documentation/addon description/de/description.txt | 1 + .documentation/addon description/en/description.txt | 1 + README.md | 8 ++++++++ releaseNotes.txt | 1 + 4 files changed, 11 insertions(+) diff --git a/.documentation/addon description/de/description.txt b/.documentation/addon description/de/description.txt index 0ac42b2..d31cdd1 100644 --- a/.documentation/addon description/de/description.txt +++ b/.documentation/addon description/de/description.txt @@ -20,6 +20,7 @@ Geschützte "Fingerprinting"-APIs:
  • audio
  • history
  • window (standardmäßig deaktiviert)
  • +
  • DOMRect
  • Falls Sie Fehler finden oder Verbesserungsvorschläge haben, teilen Sie mir das bitte auf https://github.com/kkapsner/CanvasBlocker/issues mit. \ No newline at end of file diff --git a/.documentation/addon description/en/description.txt b/.documentation/addon description/en/description.txt index d52d667..57b1a73 100644 --- a/.documentation/addon description/en/description.txt +++ b/.documentation/addon description/en/description.txt @@ -20,6 +20,7 @@ Protected "fingerprinting" APIs:
  • audio
  • history
  • window (disabled by default)
  • +
  • DOMRect
  • Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues diff --git a/README.md b/README.md index bbbaa14..864245e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ The different block modes are:
  • allow everything: Ignore all lists and allow the <canvas> API on all websites.
  • +Protected "fingerprinting" APIs: + * canvas 2d + * webGL + * audio + * history + * window (disabled by default) + * DOMRect + Special thanks to: * spodermenpls for finding all the typos * Thorin-Oakenpants for the icon idea diff --git a/releaseNotes.txt b/releaseNotes.txt index fbb1923..30b85fb 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -4,6 +4,7 @@ Version 0.5.4: new features: - added save/load directly to/from file option + - added protection for DOMRect (getClientRects) fixes: -