diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-03 19:19:45 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-03 19:20:37 -0300 |
commit | 5979725732212f0d7219cb9a9ac2a12bd29c8629 (patch) | |
tree | 3f58c1d80061995ddf0e3d4daed0d2b2ae5455cf /nonprism-testing/iceweasel/iceweasel.install | |
parent | 6c09995ca9baea1f08b568b02a1adbcabfa1d230 (diff) | |
download | abslibre-5979725732212f0d7219cb9a9ac2a12bd29c8629.tar.gz abslibre-5979725732212f0d7219cb9a9ac2a12bd29c8629.tar.bz2 abslibre-5979725732212f0d7219cb9a9ac2a12bd29c8629.zip |
ice{dove,weasel}: move to [nonprism-testing]
Diffstat (limited to 'nonprism-testing/iceweasel/iceweasel.install')
-rw-r--r-- | nonprism-testing/iceweasel/iceweasel.install | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/nonprism-testing/iceweasel/iceweasel.install b/nonprism-testing/iceweasel/iceweasel.install new file mode 100644 index 000000000..2cf74c843 --- /dev/null +++ b/nonprism-testing/iceweasel/iceweasel.install @@ -0,0 +1,28 @@ + +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. + + 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: + + user_pref("dom.storage.enabled", true); + user_pref("network.websocket.max-connections", "5"); + + Further reading: + * http://kb.mozillazine.org/About:config + * http://kb.mozillazine.org/User.js_file + * https://labs.parabola.nu/issues/1113 + * https://labs.parabola.nu/issues/1114 +EOM +} + +post_upgrade() { + post_install +} + +# vim:set ts=2 sw=2 et: |