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:
@@ -14,9 +14,14 @@
|
|||||||
ublock-origin
|
ublock-origin
|
||||||
bitwarden
|
bitwarden
|
||||||
tridactyl
|
tridactyl
|
||||||
|
new-tab-override
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
# --- New Tab Override ---
|
||||||
|
"extensions.newtaboverride@agenedia.com.url" = url;
|
||||||
|
"extensions.newtaboverride@agenedia.com.type" = 1; # URL mode
|
||||||
|
|
||||||
# --- Privacy & Hardening ---
|
# --- Privacy & Hardening ---
|
||||||
"browser.contentblocking.category" = "strict";
|
"browser.contentblocking.category" = "strict";
|
||||||
"privacy.trackingprotection.enabled" = true;
|
"privacy.trackingprotection.enabled" = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user