14 lines
589 B
Text
14 lines
589 B
Text
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
|