#525: workaround for old addons, uBlock origin

This commit is contained in:
Cameron Kaiser
2018-10-30 21:01:33 -07:00
parent f059d57c07
commit f898ad6430
3 changed files with 27 additions and 2 deletions
+2 -2
View File
@@ -2008,8 +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.
// TenFourFox issue 525 -- hold until better chrome detection is working
pref("security.data_uri.unique_opaque_origin", false);
// See also TenFourFox issue 525 for a workaround for old-style addons.
pref("security.data_uri.unique_opaque_origin", true);
// Modifier key prefs: default to Windows settings,
// menu access key = alt, accelerator key = control.