From 051b4be43e975048de4adcc20aa166f7dee4ebf7 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 22 Apr 2018 14:38:44 +0000 Subject: [PATCH] Updated 4.1 Extensions (markdown) --- 4.1-Extensions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/4.1-Extensions.md b/4.1-Extensions.md index 964c687..5fb9614 100644 --- a/4.1-Extensions.md +++ b/4.1-Extensions.md @@ -36,8 +36,7 @@ These are all, where applicable, best configured to `deny-all` and whitelist. * unresolved: clearing IndexedDB by host * unknown: clearing service workers cache, appCache by host * [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) ✔ Privacy (stated on AMO) | [GitHub](https://github.com/stoically/temporary-containers) - * This can achieve *almost* everything First Party Isolation (FPI) does without breaking cross-domain logins - * In an hardened setup, this can even isolate repeat visits to the same domain, which FPI alone cannot + * This can achieve *almost* everything First Party Isolation (FPI) does without breaking cross-domain logins. And (with or without FPI), in a hardened TC setup, this can even isolate repeat visits to the same domain, which FPI alone cannot. * Required reading: [1] [AMO description](https://addons.mozilla.org/firefox/addon/temporary-containers/) [2] [Article](https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21) [3] [TC's Wiki](https://github.com/stoically/temporary-containers/wiki) 1 Note: There are Web Extension API limitations, such as handling strict CSP and @run-at document-start. So TEST your scripts!