From dcf4ebfbade0016c5cdf119929d9f5e19fac129b Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 29 Jul 2017 05:28:59 +1200 Subject: [PATCH] 2698: streamline FPI meta references --- user.js | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/user.js b/user.js index 3e78c94..4d79996 100644 --- 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