Bug 122317 - make document.write and document.writeln callable cross-host.

sr=jst, r=fabian


git-svn-id: svn://10.0.0.236/trunk@114070 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mstoltz%netscape.com
2002-02-08 22:40:36 +00:00
parent 76d191a076
commit 57f2d0a530

View File

@@ -254,6 +254,8 @@ pref("capability.policy.default.History.toString", "UniversalBrowserRead");
pref("capability.policy.default.HTMLDocument.close", "allAccess");
pref("capability.policy.default.HTMLDocument.open", "allAccess");
pref("capability.policy.default.HTMLDocument.write", "allAccess");
pref("capability.policy.default.HTMLDocument.writeln", "allAccess");
pref("capability.policy.default.Location.hash.set", "allAccess");
pref("capability.policy.default.Location.href.set", "allAccess");