fix: exclude "githubassets.com/assets/"
- required by github to use U2F
This commit is contained in:
parent
0c44a5e661
commit
43f44eecf6
|
@ -0,0 +1 @@
|
|||
githubassets.com/assets/
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue