shell-things/conf/autoconfig.js

14 lines
488 B
JavaScript

/** @format */
// 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