aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-12-03 10:10:50 -0700
committerJordan <me@jordan.im>2021-12-03 10:10:50 -0700
commit63e7cf8f033c2aaf101c33af379d17d379ae6ba8 (patch)
tree0ac3f69e51736f5ca621bfbe68c55e238b0e24b6
parentffbfef5b8ec18f3f742999fce265fbe8d0830f37 (diff)
downloadkeep-63e7cf8f033c2aaf101c33af379d17d379ae6ba8.tar.gz
keep-63e7cf8f033c2aaf101c33af379d17d379ae6ba8.zip
archive: add media.discordapp.net to blocklist
-rw-r--r--archive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.go b/archive.go
index 33d7ca5..77ed9b3 100644
--- a/archive.go
+++ b/archive.go
@@ -17,7 +17,7 @@ var (
blacklist = []string{"cdn.discordapp.com", "discord.com", "tenor.com",
"c.tenor.com", "archive.org", "web.archive.org", "youtu.be",
- "youtube.com", "www.youtube.com", "discord.gg"}
+ "youtube.com", "www.youtube.com", "discord.gg", "media.discordapp.net"}
)
type Wayback struct {