commit a00316d1c9ae9ba734a30cc137f85f3e7306b88f
parent 3bf64d5714220084f5a87c38fa618c17973283e7
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date: Tue, 21 Feb 2017 20:53:07 +1300
dyslexic moment fixup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -1241,7 +1241,7 @@ user_pref("security.block_script_with_wrong_mime", true);
// https://bugzilla.mozilla.org/show_bug.cgi?id=1216893
user_pref("svg.disabled", true);
-/*** 2698: FIRST PARTY ISOLATION (PFI) ***/
+/*** 2698: FIRST PARTY ISOLATION (FPI) ***/
// 2698a: enable first party isolation pref and OriginAttribute (FF51+)
// WARNING: breaks lots of cross-domain logins and site funtionality until perfected
// https://bugzilla.mozilla.org/show_bug.cgi?id=1260931