mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Merge pull request #1449 from seblavoie/patch-1
Added screencast.com to whitelist.rb
This commit is contained in:
commit
e9e017898c
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ module Oneboxer
|
|||
Entry.new(/^https?:\/\/(?:www\.)?screenr\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?tumblr\.com\/.+/, false),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?howtogeek\.com\/.+/, false),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?screencast\.com\/.+/),
|
||||
Entry.new(/\/\d{4}\/\d{2}\/\d{2}\//, false), # wordpress
|
||||
Entry.new(/^https?:\/\/[^\/]+\/t\/[^\/]+\/\d+(\/\d+)?(\?.*)?$/),
|
||||
|
||||
|
|
Loading…
Reference in a new issue