1
0

works for me

This commit is contained in:
2024-11-22 05:00:40 +00:00
parent bf2a800c02
commit b47f203364
5 changed files with 161 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
// 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);