#525: pref off for FPR10

This commit is contained in:
Cameron Kaiser 2018-10-18 15:56:57 -07:00
parent bcc8aabb9c
commit 6912ea34a5
1 changed files with 2 additions and 1 deletions

View File

@ -2008,7 +2008,8 @@ pref("security.cert_pinning.process_headers_from_non_builtin_roots", false);
// a NullPrincipal as the security context.
// Otherwise it will inherit the origin from parent node, this is the legacy
// behavior of Firefox.
pref("security.data_uri.unique_opaque_origin", true);
// TenFourFox issue 525 -- hold until better chrome detection is working
pref("security.data_uri.unique_opaque_origin", false);
// Modifier key prefs: default to Windows settings,
// menu access key = alt, accelerator key = control.