user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit dcf4ebfbade0016c5cdf119929d9f5e19fac129b
parent b24539cc251f7bcb3b1195b7241f03554465d0c4
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 29 Jul 2017 05:28:59 +1200

2698: streamline FPI meta references
Diffstat:
Muser.js | 33+++++++++++----------------------
1 file changed, 11 insertions(+), 22 deletions(-)

diff --git a/user.js b/user.js @@ -1462,28 +1462,17 @@ user_pref("security.csp.experimentalEnabled", true); /* 2697g: general.useragent.locale (related, see 0204) ***/ /*** 2698: FIRST PARTY ISOLATION (FPI) - ** isolate favicons (FF52+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1277803 - ** isolate OCSP cache (FF52+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1264562 - ** isolate Shared Workers (FF52+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1268726 - ** isolate SSL session cache (FF52+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1316283 - ** isolate media cache (FF53+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1317927 - ** isolate HSTS and HPKP (FF54+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1323644 - ** isolate HTTP Alternative Services (FF54+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1334690 - ** isolate SPDY/HTTP2 (FF55+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1334693 - ** isolate DNS cache (FF55+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1337893 - ** isolate blob: URI (FF55+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1344170 - ** isolate data://, about: URLs (FF55+) - [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1300671 + ** 1277803 - isolate favicons (FF52+) + ** 1264562 - isolate OCSP cache (FF52+) + ** 1268726 - isolate Shared Workers (FF52+) + ** 1316283 - isolate SSL session cache (FF52+) + ** 1317927 - isolate media cache (FF53+) + ** 1323644 - isolate HSTS and HPKP (FF54+) + ** 1334690 - isolate HTTP Alternative Services (FF54+) + ** 1334693 - isolate SPDY/HTTP2 (FF55+) + ** 1337893 - isolate DNS cache (FF55+) + ** 1344170 - isolate blob: URI (FF55+) + ** 1300671 - isolate data://, about: URLs (FF55+) ***/ /* 2698a: enable First Party Isolation (FF51+) * [WARNING] May break cross-domain logins and site functionality until perfected