docs: rename to "js blocklist"
This commit is contained in:
parent
0ba21119ab
commit
f694f2a000
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue