diff --git a/patches/ui-patches/remap-links.patch b/patches/ui-patches/remap-links.patch index c6a6a7d..3d2119d 100644 --- a/patches/ui-patches/remap-links.patch +++ b/patches/ui-patches/remap-links.patch @@ -79,7 +79,7 @@ let contentBlockingWarningUrl = Services.urlFormatter.formatURLPref("app.support.baseURL") + - "turn-off-etp-desktop"; -+ "what-is-mozilla-tracking-protection"; ++ "what-is-enhanced-tracking-protection"; for (let link of links) { link.setAttribute("href", contentBlockingWarningUrl); }