mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
loosen restrictions introduced by bug 230606 to "subdir" to unbreak the automated tests.
This commit is contained in:
parent
2940b2f998
commit
f06429a77e
@ -497,7 +497,7 @@ pref("advanced.mailftp", false);
|
||||
pref("image.animation_mode", "normal");
|
||||
|
||||
// Same-origin policy for file: URIs: 0=self, 1=samedir, 2=subdir, 3=anyfile
|
||||
pref("security.fileuri.origin_policy", 0);
|
||||
pref("security.fileuri.origin_policy", 2);
|
||||
|
||||
// If there is ever a security firedrill that requires
|
||||
// us to block certian ports global, this is the pref
|
||||
|
Loading…
Reference in New Issue
Block a user