lib/onebox/engine/audio_onebox.rb in onebox-1.9.30 vs lib/onebox/engine/audio_onebox.rb in onebox-2.0.0

- old
+ new

@@ -6,10 +6,10 @@ include Engine matches_regexp(/^(https?:)?\/\/.*\.(mp3|ogg|opus|wav|m4a)(\?.*)?$/i) def always_https? - WhitelistedGenericOnebox.host_matches(uri, WhitelistedGenericOnebox.https_hosts) + AllowlistedGenericOnebox.host_matches(uri, AllowlistedGenericOnebox.https_hosts) end def to_html escaped_url = ::Onebox::Helpers.normalize_url_for_output(@url)