1
0
firefox-keyboard-shortcuts/defaults/pref/autoconfig.js
2024-11-22 05:03:05 +00:00

8 lines
346 B
JavaScript

// based on https://support.mozilla.org/en-US/questions/1378404#answer-1510431
// apparently, this is a strange subset of JS
// semicolons are required
// basically, do not edit except for the filename below
pref('general.config.filename', 'autoconfig.js');
pref('general.config.obscure_value', 0);
pref('general.config.sandbox_enabled', false);