updated firefox preferences

This commit is contained in:
tomit4 2021-11-19 20:33:55 -08:00
parent 274ce555cc
commit 3a2b4f1bd1
18 changed files with 301 additions and 0 deletions

14
mozilla/install_notes.txt Normal file
View file

@ -0,0 +1,14 @@
Manjaro XFCE FireFox-Developer-Edition Settings
While you can certainly harden firefox by hand, it can be time consuming, simply put prefs.js in:
~/.mozilla/firefox/k6634gl6.dev-edition-default/prefs.js
Or whatever path looks like that, you can always search for it using locate (recommended).
locate prefs.js
Also, you can install your extensions and bookmarks by putting the extensions and bookmarkbackups directories
in the same above directory:
cp -r extensions ~/.mozilla/firefox/k6634gl6.dev-edition-default
cp -r bookmarkbackups ~/.mozilla/firefox/k6634gl6.dev-edition-default