mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:13:38 +08:00
critical bug, onion not whitelisted, how could this be
This commit is contained in:
parent
2cc6f1159c
commit
6ac8911a4e
|
@ -72,6 +72,7 @@ module Oneboxer
|
|||
Entry.new(/^https?:\/\/(?:www\.)?cracked\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?deadline\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?thinkgeek\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?theonion\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?tumblr\.com\/.+/, false),
|
||||
Entry.new(/\/\d{4}\/\d{2}\/\d{2}\//, false), # wordpress
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user