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:
parent
db7e4cb6de
commit
59b994df53
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue