commit 699eacf1fdfc5f1f0a6394ecda306c3300d4c16c
parent 0189438e46980406ca5ab15b2158606329e8a352
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Mon, 23 Nov 2020 06:21:31 +1300
add FPI scheme, closes #1066 (#1067)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -1377,6 +1377,10 @@ user_pref("privacy.firstparty.isolate", true);
* [3] https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage ***/
// user_pref("privacy.firstparty.isolate.restrict_opener_access", true); // [DEFAULT: true]
// user_pref("privacy.firstparty.isolate.block_post_message", true);
+/* 4003: enable scheme with FPI [FF78+]
+ * [NOTE] Experimental: existing data and site permissions are incompatible
+ * and some site exceptions may not work e.g. HTTPS-only mode (see 1244) ***/
+ // user_pref("privacy.firstparty.isolate.use_site", true);
/*** [SECTION 4500]: RFP (RESIST FINGERPRINTING)
RFP covers a wide range of ongoing fingerprinting solutions.