summaryrefslogtreecommitdiff
path: root/nonprism-testing
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism-testing')
-rw-r--r--nonprism-testing/iceweasel/iceweasel.install17
1 files changed, 8 insertions, 9 deletions
diff --git a/nonprism-testing/iceweasel/iceweasel.install b/nonprism-testing/iceweasel/iceweasel.install
index 2cf74c843..61d3b203b 100644
--- a/nonprism-testing/iceweasel/iceweasel.install
+++ b/nonprism-testing/iceweasel/iceweasel.install
@@ -1,17 +1,16 @@
-
post_install() {
cat <<EOM
== IMPORTANT NOTICE ==
- This package contains several new patches were introduced do strengthen
- and protect the end user from security and privacy threats.
+ This package contains several new patches that were introduced
+ to strengthen and protect the end user from security and privacy threats.
- For users who wish to opt-out of privacy, the following options in
- about:config or a user.js file in ~/.mozilla are applicable for websites
- such as City Mapper and FramaDrop:
+ For users who wish to opt-out of privacy, you may override options in
+ about:config using a user.js file in your ~/.mozilla's profile folder.
- user_pref("dom.storage.enabled", true);
- user_pref("network.websocket.max-connections", "5");
+ Some user.js examples:
+ user_pref("dom.storage.enabled", true); # Enables DOM tracking
+ user_pref("network.websocket.max-connections", "5"); # Enables WebSocket IP Leak
Further reading:
* http://kb.mozillazine.org/About:config
@@ -25,4 +24,4 @@ post_upgrade() {
post_install
}
-# vim:set ts=2 sw=2 et:
+# vim:set ts=2 sw=2 et: \ No newline at end of file