mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 345072. pop-up window closes if using ssl ( opener.top.location.reload() should not be reachable from other domain). Patch by Martijn Wargers <martijn.martijn@gmail.com>. r=jst, sr=bz
This commit is contained in:
parent
98c4a22a97
commit
975c81f92c
@ -283,7 +283,6 @@ pref("capability.policy.default.HTMLDocument.open.get", "allAccess");
|
||||
|
||||
pref("capability.policy.default.Location.hash.set", "allAccess");
|
||||
pref("capability.policy.default.Location.href.set", "allAccess");
|
||||
pref("capability.policy.default.Location.reload.get", "allAccess");
|
||||
pref("capability.policy.default.Location.replace.get", "allAccess");
|
||||
|
||||
pref("capability.policy.default.Navigator.preference", "allAccess");
|
||||
|
Loading…
Reference in New Issue
Block a user