Bug 1663729 - Activate mobile promo on protections dashboard. r=nhnt11

Differential Revision: https://phabricator.services.mozilla.com/D89478
This commit is contained in:
Erica Wright 2020-09-09 14:38:50 +00:00
Родитель dcb65c1e81
Коммит d3557ef834
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1680,7 +1680,7 @@ pref("browser.contentblocking.report.monitor.enabled", true);
pref("browser.contentblocking.report.proxy.enabled", false);
// Disable the mobile promotion by default.
pref("browser.contentblocking.report.show_mobile_app", false);
pref("browser.contentblocking.report.show_mobile_app", true);
pref("browser.contentblocking.report.monitor.url", "https://monitor.firefox.com/?entrypoint=protection_report_monitor&utm_source=about-protections");
pref("browser.contentblocking.report.monitor.how_it_works.url", "https://monitor.firefox.com/about");