mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Merge pull request #788 from PabloC/master
Fix to add Slideshare's URL to oneboxer's whitelist
This commit is contained in:
commit
ba93220e2a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ module Oneboxer
|
|||
module Whitelist
|
||||
def self.entries
|
||||
[
|
||||
Entry.new(/^https?:\/\/(?:www\.)?slideshare\.net\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?rottentomatoes\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?cnn\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?washingtonpost\.com\/.+/),
|
||||
|
|
Loading…
Reference in a new issue