mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-12 19:40:54 +01:00
Apparently it's not allowed and as a result all settings specified there vanish. Oops. This reverts commit ae08cd834ecea27b1dd2976e1a975612546a7405.
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
|