diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-25 06:30:50 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-25 07:28:43 -0300 |
commit | b44ad96bf07b4b849f46a011a85ec6c2a8a245c8 (patch) | |
tree | b0c58940639eee1da9525afa020747c7ad38f051 /nonprism-testing/iceweasel/iceweasel.install | |
parent | 3e3fb2d6801149802cbf2c2a2e6cbdfcc5149add (diff) |
ice{dove,weasel}-hardening: add new package to [pcr] -> https://lists.parabola.nu/pipermail/dev/2016-October/004522.html
Diffstat (limited to 'nonprism-testing/iceweasel/iceweasel.install')
-rw-r--r-- | nonprism-testing/iceweasel/iceweasel.install | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/nonprism-testing/iceweasel/iceweasel.install b/nonprism-testing/iceweasel/iceweasel.install deleted file mode 100644 index e6187db6d..000000000 --- a/nonprism-testing/iceweasel/iceweasel.install +++ /dev/null @@ -1,31 +0,0 @@ -notice() { - cat <<EOM - == IMPORTANT NOTICE == - - 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, you may override options in - about:config using a user.js file in your ~/.mozilla's profile folder. - - 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: - * https://lists.parabola.nu/pipermail/dev/2016-October/004522.html - * http://kb.mozillazine.org/About:config - * http://kb.mozillazine.org/User.js_file - -EOM -} - -post_install() { - notice -} - -post_upgrade() { - post_install -} - -# vim:set ts=2 sw=2 et: |