Update configuration and UI behavior for Zen Browser

- Remove unnecessary comments from mozconfig
- Disable sign-on remembering in preferences
- Ensure popups are rolled up when updating vertical tabs
- Adjust popup hidden event listener to use capture option
- Bump version numbers in surfer.json for releases
This commit is contained in:
mr. M
2024-12-24 12:29:56 +01:00
parent dd88086cc7
commit a1debe45cf
5 changed files with 15 additions and 11 deletions

View File

@@ -379,6 +379,7 @@ pref("browser.formfill.enable", false);
pref("security.insecure_connection_text.enabled", true);
pref("security.insecure_connection_text.pbmode.enabled", true);
pref("network.IDN_show_punycode", true);
pref("signon.rememberSignons", false);
// Telemetry
pref("datareporting.policy.dataSubmissionEnabled", false, locked);