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
I'd like to work on this issue by creating a new command line function to set the CORS configuration to the bucket. I don't think it should be a turn on/off option as we need info provided by user (domains/subdomains, http methods [that are mandatory] and allowed-headers.
Maybe add to the cdn.php config file an array with AWS CORSConfiguration structure and then allow user to choose run or not it with artisan.
@filipegar sorry for the late reply, please go ahead! PRs are always welcome 😄
A separate command sounds good, though requiring the understanding of the CORSCobfiguration structure is a bit of a hassle, u less we provide a set of user-friendly methods to represent commonly used ones.
Let's have this to be optional (default true) since it is required only for loading cross-origin assets.
The text was updated successfully, but these errors were encountered: