0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

fix etp docs link

This commit is contained in:
Malte Jürgens 2022-10-20 00:03:55 +02:00
parent db7e4cb6de
commit 59b994df53
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -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);
}