We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa40c6d commit bbfd42cCopy full SHA for bbfd42c
.gitignore
@@ -9,3 +9,4 @@ test/python/__pycache__/
9
*.log
10
*.csv
11
!test/data/tranco.csv
12
+!test/data/examples.csv
test/data/examples.csv
@@ -0,0 +1,9 @@
1
+example.com
2
+example.com.ac
3
+example.com.co
4
+a.example.com
5
+example.com/a
6
+example.com.ac/a
7
+https://example.com
8
+https://a.example.com
+http://example.com.ac/path/?a=1&b=2&
0 commit comments