From d27164f045e44a9696541956c33031f40ead5ca6 Mon Sep 17 00:00:00 2001 From: Pablo Corral Date: Mon, 29 Apr 2013 19:42:52 +0200 Subject: [PATCH] fix to add slideshare to the whitelist --- lib/oneboxer/whitelist.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/oneboxer/whitelist.rb b/lib/oneboxer/whitelist.rb index 5026fc629..927e9e2d0 100644 --- a/lib/oneboxer/whitelist.rb +++ b/lib/oneboxer/whitelist.rb @@ -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\/.+/),