Skip to content

Commit

Permalink
Add twemoji.maxcdn.com to the global ignore set
Browse files Browse the repository at this point in the history
See https://web.archive.org/web/20220505195500/https://blog.stackpath.com/maxcdn-and-securecdn-are-retiring-heres-what-it-means-for-you/ and twitter/twemoji#556 for context. Based on e.g. https://web.archive.org/web/20240710000000*/https://twemoji.maxcdn.com/2/72x72/1f43e.png it looks like twemoji.maxcdn.com used to redirect to cdn.jsdelivr.net (possibly with an invalid certificate, which archivebot ignores), but recently started timing out.
  • Loading branch information
Pokechu22 committed Sep 20, 2024
1 parent 04d0935 commit c814c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/ignore_patterns/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
"^https://discord\\.com/assets/",
"^https?://s7\\.addthis\\.com/",
"^https?://www\\.google\\.com/calendar/(render|event)\\?",
"^https?://outlook\\.(office|live)\\.com/owa/?\\?"
"^https?://outlook\\.(office|live)\\.com/owa/?\\?",
"^https?://twemoji\\.maxcdn\\.com/"
],
"type": "ignore_patterns"
}

0 comments on commit c814c6b

Please sign in to comment.