fix: exclude "githubassets.com/assets/"

- required by github to use U2F
This commit is contained in:
Ming Di Leom 2022-01-05 05:19:46 +00:00
parent 0c44a5e661
commit 43f44eecf6
2 changed files with 3 additions and 0 deletions

1
src/exclude.txt Normal file
View File

@ -0,0 +1 @@
githubassets.com/assets/

View File

@ -15,6 +15,8 @@ node "../src/script.js"
# Cleanup
cat "tracking-data-raw.txt" | \
# exclude false positives
grep -F -vf "../src/exclude.txt" | \
sort -u > "tracking-url.txt"