mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Onebox
|
|||
|
||||
matches_regexp(/https?:\/\/(.+)?simplecast.com\/(episodes|s)\/.*/)
|
||||
always_https
|
||||
requires_iframe_origins("https://embed.simplecast.com")
|
||||
requires_iframe_origins("https://player.simplecast.com")
|
||||
|
||||
def to_html
|
||||
get_oembed.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue