mirror of
https://github.com/zedeus/nitter.git
synced 2024-11-15 13:13:46 +00:00
parent
edb3751181
commit
973ba585c7
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ import nimcrypto, regex
|
|||
var hmacKey = "secretkey"
|
||||
|
||||
const
|
||||
badJpgExts = @["1500x500", "jpgn", "jpg:", "jpg_"]
|
||||
badPngExts = @["pngn", "png:", "png_"]
|
||||
badJpgExts = @["1500x500", "jpgn", "jpg:", "jpg_", "_jpg"]
|
||||
badPngExts = @["pngn", "png:", "png_", "_png"]
|
||||
twitterDomains = @[
|
||||
"twitter.com",
|
||||
"twimg.com",
|
||||
|
|
Loading…
Reference in a new issue