fix(firefox): resolve syntax error in web-app profile

This commit is contained in:
kenji
2026-01-05 14:32:24 -06:00
parent ae7d017d2b
commit eed84ec64c
+1 -5
View File
@@ -59,11 +59,7 @@
"browser.sessionstore.resume_from_crash" = false; # Always start fresh
"browser.sessionstore.max_tabs_undo" = 0; # Disable undo close tab
# --- Tridactyl (attempt to override) ---
# We can't easily set per-profile tridactylrc, but we can try to minimize its newtab impact
};
userChrome = ''
# --- DNS over HTTPS (Quad9) ---
"network.trr.mode" = 2; # Use DoH with system fallback
"network.trr.uri" = "https://dns.quad9.net/dns-query";
};