Tech Tips for BHSEC Students

Just another Edublogs.org weblog

Windows & Mac Mozilla Firefox Scripts

February 12th, 2008 · No Comments
Uncategorized




The user.js preference files for Firefox for Windows and Mac are not the same, one being that the Mac script is quite different from the Windows script.

Windows Firefox script:
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("security.warn_viewing_mixed", false);
user_pref("network.proxy.autoconfig_url", "http://proxy.nycboe.org//proxy.pac");
user_pref("network.proxy.type", 2);

Mac Firefox script (Mac Firefox doesn’t have a user.js file, so you have to create one):
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("security.warn_viewing_mixed", false);
user_pref("network.proxy.autoconfig_url", "http://proxy.nycboe.org/proxy.pac");
user_pref("network.proxy.type", 2);

Posted by Sammy
edited by peter

Create a free edublog to get your own comment avatar (and more!)

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image