2024-07-03 18:08:14 +02:00
|
|
|
/** @format */
|
|
|
|
|
2024-02-14 10:17:59 +01:00
|
|
|
// This file belongs to Firefox `default/pref` directory.
|
|
|
|
// E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/
|
|
|
|
|
2024-05-19 19:42:49 +02:00
|
|
|
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
|
|
|
|
2024-02-14 10:17:59 +01:00
|
|
|
// However the file below belongs to ../../ e.g. /usr/lib/64/firefox/ or
|
|
|
|
// ~/.local/firefox/
|
2024-05-19 19:42:49 +02:00
|
|
|
//pref("general.config.filename", "librewolf.overrides.cfg");
|
|
|
|
pref("general.config.filename", "firefox-forbidden-policies.js");
|
|
|
|
pref("general.config.obscure_value", 0);
|
2024-02-14 10:17:59 +01:00
|
|
|
// vim: filetype=javascript
|