From b272610ee83a0c5b37276c55b53c522cae28e097 Mon Sep 17 00:00:00 2001 From: Erica Wright Date: Wed, 9 Oct 2019 15:00:56 +0000 Subject: [PATCH] Bug 1586882 - Add params to lockwise and proxy links from protection report. r=johannh Differential Revision: https://phabricator.services.mozilla.com/D48582 --HG-- extra : moz-landing-system : lando --- browser/app/profile/firefox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 384095c3698e..63ab24ceb03a 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1632,9 +1632,9 @@ pref("browser.contentblocking.report.proxy.enabled", false); pref("browser.contentblocking.report.monitor.url", "https://monitor.firefox.com/?entrypoint=protection_report_monitor&utm_source=about-protections"); pref("browser.contentblocking.report.monitor.sign_in_url", "https://monitor.firefox.com/oauth/init?entrypoint=protection_report_monitor&utm_source=about-protections&email="); -pref("browser.contentblocking.report.lockwise.url", "https://lockwise.firefox.com/"); +pref("browser.contentblocking.report.lockwise.url", "https://lockwise.firefox.com/?entrypoint=protection_report_lockwise&utm_source=about-protections"); pref("browser.contentblocking.report.manage_devices.url", "https://accounts.firefox.com/settings/clients"); -pref("browser.contentblocking.report.proxy_extension.url", "https://fpn.firefox.com/browser"); +pref("browser.contentblocking.report.proxy_extension.url", "https://fpn.firefox.com/browser?entrypoint=protection_report_proxy&utm_source=about-protections"); // Protection Report's SUMO urls pref("browser.contentblocking.report.monitor.how_it_works.url", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/monitor-faq");