refactor: firefox overhaul

This commit is contained in:
Nick 2024-11-09 16:44:23 -06:00
parent 9ea002b5a3
commit a2bf6014ff
85 changed files with 1253 additions and 1133 deletions

View file

@ -0,0 +1,16 @@
{
# OPTIONAL HARDENING
# These settings are commented out in the original template; uncomment if needed
# "mathml.disabled" = true;
# "svg.disabled" = true;
# "gfx.font_rendering.graphite.enabled" = false;
# "javascript.options.asmjs" = false;
# "javascript.options.ion" = false;
# "javascript.options.baselinejit" = false;
# "javascript.options.jit_trustedprincipals" = true;
# "javascript.options.wasm" = false;
# "gfx.font_rendering.opentype_svg.enabled" = false;
# "media.eme.enabled" = false;
# "browser.eme.ui.enabled" = false;
# "network.dns.disableIPv6" = true;
}