From 00824f780b5bd7fd1887ddd4b968076be0887247 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 22 May 2020 15:49:36 +0000 Subject: [PATCH] Updated 4.1 Extensions (markdown) --- 4.1-Extensions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4.1-Extensions.md b/4.1-Extensions.md index 3bce5d6..66bf1c7 100644 --- a/4.1-Extensions.md +++ b/4.1-Extensions.md @@ -51,10 +51,10 @@ These extensions will not mask or alter any data sent or received, but may be us ### :small_orange_diamond: Don't Bother... * Cookie extensions - * ❗️ Functionality for extensions do not exist for clearing IndexedDB, Service Workers cache, appCache, or cache by host. Clearing cookies & localStorage on their own, and leaving orphaned persistent data is a false sense of privacy + * ❗️ Functionality for extensions may be missing for clearing IndexedDB, Service Workers cache, or cache **by host**. Clearing cookies & localStorage on their own, and leaving orphaned persistent data is a false sense of privacy * see [1340511](https://bugzilla.mozilla.org/1340511) for progress on this - * FF77+ [1551301](https://bugzilla.mozilla.org/1551301) IDB - * FF77+ [1632990](https://bugzilla.mozilla.org/1632990) Service Workers cache + * FF77+ [1551301](https://bugzilla.mozilla.org/1551301) IDB [1632990](https://bugzilla.mozilla.org/1632990) Service Workers cache + * FF78+ [1636784](https://bugzilla.mozilla.org/1636784) cache * Use FPI (First Party Isolation) and/or Temporary Containers * NoScript * ❗️ **CSP**: "NoScript uses some trickery to ensure its CSP headers are injected" [gorhill](https://bugzilla.mozilla.org/show_bug.cgi?id=1462989#c20)