Merge pull request #788 from PabloC/master
Fix to add Slideshare's URL to oneboxer's whitelist
This commit is contained in:
commit
ba93220e2a
|
@ -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 New Issue