2024-07-03 19:08:14 +03:00
|
|
|
/** @format */
|
|
|
|
|
2024-02-14 11:17:59 +02:00
|
|
|
// This file belongs to Firefox `default/pref` directory.
|
|
|
|
// E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/
|
|
|
|
|
2024-05-19 20:42:49 +03:00
|
|
|
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
|
|
|
|
2024-02-14 11:17:59 +02:00
|
|
|
// However the file below belongs to ../../ e.g. /usr/lib/64/firefox/ or
|
|
|
|
// ~/.local/firefox/
|
2024-05-19 20:42:49 +03: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 11:17:59 +02:00
|
|
|
// vim: filetype=javascript
|