Skip to content

Commit

Permalink
Clean up mozilla.cfg.template instructions, add relevant/useful options
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewcomb authored Mar 4, 2024
1 parent f1ece01 commit 866d9f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion browser-cfg/mozilla.cfg.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Any comment. You must start the file with a comment!

lockPref("javascript.enabled", false);
// pref = Allowed to be changed by user
// lockPref = Not allowed to be changed by user

pref("javascript.enabled", false);
lockPref("network.proxy.no_proxies_on", "192.168.0.0/24");

0 comments on commit 866d9f0

Please sign in to comment.