lib/onebox/engine/image_onebox.rb in onebox-1.9.30 vs lib/onebox/engine/image_onebox.rb in onebox-2.0.0
- old
+ new
@@ -6,10 +6,10 @@
include Engine
matches_regexp(/^(https?:)?\/\/.+\.(png|jpg|jpeg|gif|bmp|tif|tiff)(\?.*)?$/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\//]