mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
fix to add slideshare to the whitelist
This commit is contained in:
@@ -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\/.+/),
|
||||
|
||||
Reference in New Issue
Block a user