diff options
Diffstat (limited to 'librewolf.install')
-rw-r--r-- | librewolf.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/librewolf.install b/librewolf.install new file mode 100644 index 0000000..9acf7a4 --- /dev/null +++ b/librewolf.install @@ -0,0 +1,13 @@ +post_install() { + echo ">> If you want to reduce potential privacy leaks even further, you should consider" + echo ">> clearing a few settings required for updating/searching extensions:" + echo ">> extensions.getAddons.get.url" + echo ">> extensions.getAddons.langpacks.url" + echo ">> extensions.getAddons.link.url" + echo ">> extensions.getAddons.search.browseURL" + echo ">> extensions.update.url" + echo ">> extensions.update.background.url" + echo ">> If you do wish to install extensions the 'regular way'," + echo ">> a few more tweaks might be needed." + echo ">> I've kept the relevant settings unlocked for that specific reason." +} |