lib/onebox/engine/video_onebox.rb in onebox-1.9.30 vs lib/onebox/engine/video_onebox.rb in onebox-2.0.0
- old
+ new
@@ -6,10 +6,10 @@
include Engine
matches_regexp(/^(https?:)?\/\/.*\.(mov|mp4|webm|ogv)(\?.*)?$/i)
def always_https?
- WhitelistedGenericOnebox.host_matches(uri, WhitelistedGenericOnebox.https_hosts)
+ AllowlistedGenericOnebox.host_matches(uri, AllowlistedGenericOnebox.https_hosts)
end
def to_html
# Fix Dropbox image links
if @url[/^https:\/\/www.dropbox.com\/s\//]