Fixed not getting notification permissions dialog (closes https://github.com/zen-browser/desktop/issues/2093)

This commit is contained in:
mr. M
2024-10-30 17:18:07 +01:00
parent 245c75ab2c
commit f92966d57a

View File

@@ -106,12 +106,6 @@ pref("privacy.userContext.ui.enabled", true);
/** SAFE BROWSING ***/
pref("browser.safebrowsing.downloads.remote.enabled", false);
/** MOZILLA ***/
pref("permissions.default.desktop-notification", 2);
pref("permissions.default.geo", 2);
pref("permissions.manager.defaultsUrl", "");
pref("webchannel.allowObject.urlWhitelist", "");
/** TELEMETRY ***/
pref("datareporting.policy.dataSubmissionEnabled", false, locked);
pref("datareporting.healthreport.uploadEnabled", false, locked);