mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fix #7701 complete
Added the lock to the pref section. Signed-off-by: Samuel Oldham <77629938+SO9010@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
|
||||
index 89b8b830e8..91b4fe50b3 100644
|
||||
index 89b8b830e8..e5ceb32299 100644
|
||||
--- a/browser/app/profile/firefox.js
|
||||
+++ b/browser/app/profile/firefox.js
|
||||
@@ -2399,7 +2399,7 @@ pref("browser.contentblocking.report.monitor.enabled", false);
|
||||
@@ -7,7 +7,7 @@ index 89b8b830e8..91b4fe50b3 100644
|
||||
|
||||
// Disable the mobile promotion by default.
|
||||
-pref("browser.contentblocking.report.show_mobile_app", true);
|
||||
+pref("browser.contentblocking.report.show_mobile_app", false);
|
||||
+pref("browser.contentblocking.report.show_mobile_app", false, locked);
|
||||
|
||||
// Locales in which Send to Device emails are supported
|
||||
// The most recent list of supported locales can be found at https://github.com/mozilla/bedrock/blob/6a08c876f65924651554decc57b849c00874b4e7/bedrock/settings/base.py#L963
|
||||
|
Reference in New Issue
Block a user