diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-10-03 19:02:47 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-10-03 19:02:47 -0400 |
commit | 26b6b9c77a80f741635d4a837791c275cad5dd3a (patch) | |
tree | 3021f6ff1312f6a103c389f6ea8a684a39d8d30e | |
parent | 5979725732212f0d7219cb9a9ac2a12bd29c8629 (diff) | |
download | abslibre-26b6b9c77a80f741635d4a837791c275cad5dd3a.tar.gz abslibre-26b6b9c77a80f741635d4a837791c275cad5dd3a.tar.bz2 abslibre-26b6b9c77a80f741635d4a837791c275cad5dd3a.zip |
make notice more generic
-rw-r--r-- | nonprism-testing/iceweasel/iceweasel.install | 17 |
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 |