Remove hack for the Java plugin on Linux that is no longer needed now that bug 99026 is fixed. b=89488 r=mstoltz sr=darin a=asa

This commit is contained in:
dbaron%fas.harvard.edu 2002-04-09 01:22:11 +00:00
parent bb379545b9
commit 0c2113a47c

View File

@ -344,12 +344,6 @@ pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
////////////////////////////////////////////////////////////
pref("capability.principal.codebase.foo.id", "http://www.netscape.com");
pref("capability.principal.codebase.foo.granted", "UniversalFoo");
//////////////////////////////////////////////////////////
pref("dom.disable_open_during_load", false);
pref("javascript.enabled", true);