FIX: Bump onebox for twitch video and clips embedding fix.
This commit is contained in:
parent
e0cd7ddada
commit
b28d97b64a
|
@ -240,7 +240,7 @@ GEM
|
|||
omniauth-twitter (1.4.0)
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
onebox (1.9.28.4)
|
||||
onebox (1.9.29)
|
||||
addressable (~> 2.7.0)
|
||||
htmlentities (~> 4.3)
|
||||
multi_json (~> 1.11)
|
||||
|
|
|
@ -313,7 +313,8 @@ module Oneboxer
|
|||
|
||||
options = {
|
||||
max_width: 695,
|
||||
sanitize_config: Onebox::DiscourseOneboxSanitizeConfig::Config::DISCOURSE_ONEBOX
|
||||
sanitize_config: Onebox::DiscourseOneboxSanitizeConfig::Config::DISCOURSE_ONEBOX,
|
||||
hostname: GlobalSetting.hostname,
|
||||
}
|
||||
|
||||
options[:cookie] = fd.cookie if fd.cookie
|
||||
|
|
Loading…
Reference in New Issue