summaryrefslogtreecommitdiff
path: root/pcr/iceweasel-hardening/iceweasel.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 01:32:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-19 01:32:30 -0300
commitf1af63ba6c3ffcc18c1a33066451905cffeb284e (patch)
treee3a607c8328e9fdbb33487d2aa88d310c0c5c156 /pcr/iceweasel-hardening/iceweasel.install
parentac18d429e0ccad247b95ddda051710ebfa26cb55 (diff)
downloadabslibre-f1af63ba6c3ffcc18c1a33066451905cffeb284e.tar.gz
abslibre-f1af63ba6c3ffcc18c1a33066451905cffeb284e.tar.bz2
abslibre-f1af63ba6c3ffcc18c1a33066451905cffeb284e.zip
move hardened packages to [nonprism] -> https://lists.parabola.nu/pipermail/dev/2016-October/004563.html
Diffstat (limited to 'pcr/iceweasel-hardening/iceweasel.install')
-rw-r--r--pcr/iceweasel-hardening/iceweasel.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/iceweasel-hardening/iceweasel.install b/pcr/iceweasel-hardening/iceweasel.install
deleted file mode 100644
index 574e0d3db..000000000
--- a/pcr/iceweasel-hardening/iceweasel.install
+++ /dev/null
@@ -1,31 +0,0 @@
-notice() {
- cat <<EOM
- == IMPORTANT NOTICE ==
-
- This package contains several patches that were introduced
- to strengthen and protect the end user from security threats.
-
- For users who wish to opt-out of security, 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: