add FPI scheme, closes #1066

This commit is contained in:
Thorin-Oakenpants 2020-11-21 02:07:11 +00:00 committed by GitHub
parent ef93a754ce
commit ed603d6e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1377,6 +1377,11 @@ 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+]
* isolates by site (eTLD+1) rather than domain i.e developer.mozilla.org !== wiki.mozilla.org
* [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.