From f694f2a00050aa6835567690c25fc31b7b41571c Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 3 Jul 2021 05:54:59 +0000 Subject: [PATCH] docs: rename to "js blocklist" --- README.md | 2 +- src/script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8b8f1..b2a485a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tracking URL Blocklist +# Tracking JS Blocklist A blocklist of javascript links (or webpages with javascript) that perform [browser fingerprinting](https://en.wikipedia.org/wiki/Web_tracking). The original data set is collected by DuckDuckGo's [Tracker Radar](https://github.com/duckduckgo/tracker-radar) project. Blocklist is updated on the first day of the month. diff --git a/src/script.sh b/src/script.sh index df66c53..227937f 100644 --- a/src/script.sh +++ b/src/script.sh @@ -19,7 +19,7 @@ sort -u > "tracking-url.txt" CURRENT_TIME="$(date -R -u)" -FIRST_LINE="! Title: Tracking URL Blocklist" +FIRST_LINE="! Title: Tracking JS Blocklist" SECOND_LINE="! Updated: $CURRENT_TIME" THIRD_LINE="! Expires: 7 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/tracking-filter"