Merge pull request #788 from PabloC/master

Fix to add Slideshare's URL to oneboxer's whitelist
This commit is contained in:
Neil Lalonde 2013-04-29 11:24:03 -07:00
commit ba93220e2a
1 changed files with 1 additions and 0 deletions

View File

@ -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\/.+/),