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
+2 -6
View File
@@ -58,12 +58,8 @@
"browser.newtab.url" = url; # Try to set newtab to homepage
"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";
};
@@ -126,4 +122,4 @@
background: transparent !important;
}
'';
}
}