-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmozilla.cfg
More file actions
13 lines (10 loc) · 806 Bytes
/
mozilla.cfg
File metadata and controls
13 lines (10 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// sample configuration to lock whitelist using the method explained here:
// http://ilias.ca/blog/2005/03/locking-mozilla-firefox-settings/
// you'd better copy the site list from the "capability.policy.maonoscript.sites"
// key in the prefs.js file found in a test profile
lockPref("noscript.default", "informaction.com http://informaction.com https://informaction.com flashgot.net http://flashgot.net https://flashgot.net noscript.net http://noscript.net https://noscript.net");
lockPref("noscript.ctxMenu", false); // hide context menu
lockPref("noscript.statusIcon", false); // hide statusIcon
lockPref("noscript.notify", false); // hide notification bar
lockPref("noscript.lockPrivilegedUI"); // disable DOM Inspector and Error Console (which may be used to programmatically unlock the prefs)