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
{{ message }}
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
We are using Image Editor in our private application and all files are protected under authentication/authorization mechanisms in order this stuff to work we need to pass cookie with image uploading but what I see from source code Aviary image editor in case of enableCORS: true sets crossorigin attribute to Annonymous I want it to be set into use-credentials
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using Image Editor in our private application and all files are protected under authentication/authorization mechanisms in order this stuff to work we need to pass cookie with image uploading but what I see from source code Aviary image editor in case of
enableCORS: true
setscrossorigin
attribute toAnnonymous
I want it to be set intouse-credentials
The text was updated successfully, but these errors were encountered: