diff options
author | Jordan <me@jordan.im> | 2021-12-03 23:59:45 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-12-03 23:59:45 -0700 |
commit | fe0a3d416f24706a356dcbcd299c4acea67c0b93 (patch) | |
tree | a6876af97e74788907b0778daadc20944b16e482 | |
parent | 1523f59494ca08e7a0696ce9b8b266010bff00eb (diff) | |
download | keep-fe0a3d416f24706a356dcbcd299c4acea67c0b93.tar.gz keep-fe0a3d416f24706a356dcbcd299c4acea67c0b93.zip |
archive: add open.spotify.com to blocklist
-rw-r--r-- | archive.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ 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", "media.discordapp.net"} + "youtube.com", "www.youtube.com", "discord.gg", "media.discordapp.net", + "open.spotify.com"} ) type Wayback struct { |