mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Add screenr to oneboxer whitelist
This commit is contained in:
parent
ed060ed5f1
commit
4034dee3dc
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ module Oneboxer
|
|||
Entry.new(/^https?:\/\/(?:www\.)?deadline\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?thinkgeek\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?theonion\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?screenr\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?tumblr\.com\/.+/, false),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?howtogeek\.com\/.+/, false),
|
||||
Entry.new(/\/\d{4}\/\d{2}\/\d{2}\//, false), # wordpress
|
||||
|
|
Loading…
Reference in a new issue