From 59b994df5324b233933876414d3478b45eb459f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 20 Oct 2022 00:03:55 +0200 Subject: [PATCH] fix etp docs link --- patches/ui-patches/remap-links.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }