feat(firefox): add new-tab-override to web-app profile

Ensures that new tabs and closed-tab fallbacks always redirect to the specified app URL.
This commit is contained in:
kenji
2026-01-05 14:37:27 -06:00
parent eed84ec64c
commit edfb269308
+5
View File
@@ -14,9 +14,14 @@
ublock-origin
bitwarden
tridactyl
new-tab-override
];
settings = {
# --- New Tab Override ---
"extensions.newtaboverride@agenedia.com.url" = url;
"extensions.newtaboverride@agenedia.com.type" = 1; # URL mode
# --- Privacy & Hardening ---
"browser.contentblocking.category" = "strict";
"privacy.trackingprotection.enabled" = true;