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?
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?