Mozilla 0.9.4 Released
asa writes: "Lots of bug fixes (1,467 at last count) since 0.9.3 including the ability to disable the JavaScript window.open() method during page load and unload events. You can find more information on what's new at the release notes and mozillaZine."
No POPUPS whatsoever:
user_pref("capability.policy.default.Window.open"
But...if some sites need popups, make a zone for them like this:
user_pref("capability.policy.strict.sites", "http://www.evil.org http://www.annoying.com");
user_pref("capability.policy.strict.Window.alert"
user_pref("capability.policy.strict.Window.confir
user_pref("capability.policy.strict.Window.prompt
It is very cool, and there is a lot of scripting and other trickery you can do with these prefrences.
-David
# Hack the planet, it's important.
Why? If they can tamper with the releases, they can tamper with the MD5s.
;-) from the "official" site and use it to verify that the bins on the mirror haven't been altered.
For mirrors. You get the MD5 (AFAIR, 128bits, conceiveably double that when including the filename
-Peter
See this newsgroup post for details.