1
0
Fork 0

FPI updates

This commit is contained in:
Roman-Nopantski 2017-03-07 22:16:49 +13:00 committed by GitHub
parent cae26373c3
commit cb2386da6c
1 changed files with 13 additions and 1 deletions

14
user.js
View File

@ -1202,8 +1202,20 @@ user_pref("security.csp.enable", true);
/* 2698a: enable first party isolation pref and OriginAttribute (FF51+)
* [WARNING] breaks lots of cross-domain logins and site functionality until perfected
* https://bugzilla.mozilla.org/show_bug.cgi?id=1260931 ***/
/* 2698b: this also isolates OCSP requests by first party domain
/* 2698b: isolate favicons (FF52+)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1277803 ***/
/* 2698c: isolate OCSP requests (FF52+)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1264562 ***/
/* 2698d: isolate Shared Workers (FF52+)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1268726 ***/
/* 2699e: isolate HSTS and HPKP (FF54+)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1323644 ***/
/* 2699f: isolate HTTP Alternative Services (FF54+)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1334690 ***/
/* 2699g: isolate SPDY/HTTP2 (FF55+?)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1334693 ***/
/* 2699h: isolate DNS Cache (FF55+?)
* https://bugzilla.mozilla.org/show_bug.cgi?id=1337893 ***/
// user_pref("privacy.firstparty.isolate", true);
/*** 2699: TOR UPLIFT: privacy.resistFingerprinting