docs: rename to "js blocklist"

This commit is contained in:
Ming Di Leom 2021-07-03 05:54:59 +00:00
parent 0ba21119ab
commit f694f2a000
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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"