mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
Aminda Suomalainen
c349dd04ef
Apparently it's not allowed and as a result all settings specified there
vanish. Oops.
This reverts commit ae08cd834e
.
12 lines
472 B
JavaScript
12 lines
472 B
JavaScript
// This file belongs to Firefox `default/pref` directory.
|
|
// E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/
|
|
|
|
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
|
|
|
// However the file below belongs to ../../ e.g. /usr/lib/64/firefox/ or
|
|
// ~/.local/firefox/
|
|
//pref("general.config.filename", "librewolf.overrides.cfg");
|
|
pref("general.config.filename", "firefox-forbidden-policies.js");
|
|
pref("general.config.obscure_value", 0);
|
|
// vim: filetype=javascript
|