FIX: onebox for dropbox video links not working

add dropbox to the list of ignore redirects for onebox links
This commit is contained in:
Blake Erickson 2017-07-26 14:37:54 -06:00
parent dc42d4411d
commit 6fc5ece628
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Oneboxer
end
def self.ignore_redirects
@ignore_redirects ||= ['http://store.steampowered.com', Discourse.base_url]
@ignore_redirects ||= ['http://www.dropbox.com','http://store.steampowered.com', Discourse.base_url]
end
def self.preview(url, options=nil)