mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
FIX: correct hostname in vimeo.com
This commit is contained in:
parent
52c8cab7f2
commit
520a83aa62
|
@ -23,7 +23,7 @@ module Oneboxer
|
|||
end
|
||||
|
||||
def self.ignore_redirects
|
||||
@ignore_redirects ||= ['http://www.dropbox.com', 'http://store.steampowered.com', 'http://vimeo.com/', Discourse.base_url]
|
||||
@ignore_redirects ||= ['http://www.dropbox.com', 'http://store.steampowered.com', 'http://vimeo.com', Discourse.base_url]
|
||||
end
|
||||
|
||||
def self.force_get_hosts
|
||||
|
|
Loading…
Reference in New Issue
Block a user