mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Added screencast.com to whitelist.rb
Adding onebox support to screencast.com could be useful.
This commit is contained in:
parent
aca567b4d7
commit
e5854b8b4c
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…
Add table
Reference in a new issue