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
When using the load query parameter the passed URL is never queried, even though "loading image" toast does sometimes flash. I didn't find any outgoing request in the network inspector and I no image or error appears. Tried with images hosted on several different domains allowing cross-origin, and didn't see any cross-origin error.
The text was updated successfully, but these errors were encountered:
It seems the $.ajax(url, opts) used to load URL passed to the query "load" parameters omits the 'crossDomain: true' option that would allow the editor to download images from CORS enabled image servers.
When using the load query parameter the passed URL is never queried, even though "loading image" toast does sometimes flash. I didn't find any outgoing request in the network inspector and I no image or error appears. Tried with images hosted on several different domains allowing cross-origin, and didn't see any cross-origin error.
The text was updated successfully, but these errors were encountered: