Thumbnails with authentication (header) can't be loaded as the HTML img tags don't support it. We can consider loading them via JS if needed and using https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static we can create a data url for the img tag.
Thumbnails with authentication (header) can't be loaded as the HTML img tags don't support it. We can consider loading them via JS if needed and using https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static we can create a data url for the img tag.