mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: update iframe url for simplecast onebox (#13957)
https://meta.discourse.org/t/onebox-regression-simplecast-com/187911
This commit is contained in:
parent
18c5e9338f
commit
bb2c48b065
@ -8,7 +8,7 @@ module Onebox
|
|||||||
|
|
||||||
matches_regexp(/https?:\/\/(.+)?simplecast.com\/(episodes|s)\/.*/)
|
matches_regexp(/https?:\/\/(.+)?simplecast.com\/(episodes|s)\/.*/)
|
||||||
always_https
|
always_https
|
||||||
requires_iframe_origins("https://embed.simplecast.com")
|
requires_iframe_origins("https://player.simplecast.com")
|
||||||
|
|
||||||
def to_html
|
def to_html
|
||||||
get_oembed.html
|
get_oembed.html
|
||||||
|
Loading…
Reference in New Issue
Block a user