Skip to content

Commit e5d502a

Browse files
committed
Also block www.archive.org URLs and web.archive.org
1 parent e598d4b commit e5d502a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

db/ignore_patterns/global.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
"^https?://geo\\.yahoo\\.com/b\\?",
5555
"^https?://((s-)?static\\.ak\\.fbcdn\\.net|(connect\\.|www\\.)?facebook\\.com)/connect\\.php/js/.*rsrc\\.php",
5656
"^https?://www\\.flickr\\.com/change_language\\.gne",
57-
"^https?://archive\\.org/details/",
58-
"^https?://archive\\.org/download/",
57+
"^https?://(www\\.)?archive\\.org/details/",
58+
"^https?://(www\\.)?archive\\.org/download/",
59+
"^https?://web\\.archive\\.org/",
5960
"^https?://[^\\.]+\\.us\\.archive\\.org/",
6061
"^https?://([^/]+\\.)?archive-it\\.org/",
6162
"^https?://archive\\.is/",

0 commit comments

Comments
 (0)