You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will only return /v9/images/1x1-white.jpg when images() is called.
However, if images_with_fqdn_uris!("http://bla.com") is called then subsequent calls to images() will return an array with all image URLs (fully qualified with http;//bla.com).
Now the question is, what the desired behaviour should be?
The text was updated successfully, but these errors were encountered:
eg.,
will only return
/v9/images/1x1-white.jpg
whenimages()
is called.However, if
images_with_fqdn_uris!("http://bla.com")
is called then subsequent calls toimages()
will return an array with all image URLs (fully qualified with http;//bla.com).Now the question is, what the desired behaviour should be?
The text was updated successfully, but these errors were encountered: