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
The default value for the credentials parameter is true, causing Access-Control-Allow-Credentials to be set to true. Should this really be the default? It seems to me that the purpose of the header is to require explicit opt-in (for developers who don't know about it or forget to consider it), but Rack CORS makes it opt-out instead.
The text was updated successfully, but these errors were encountered:
The default value for the
credentials
parameter istrue
, causingAccess-Control-Allow-Credentials
to be set totrue
. Should this really be the default? It seems to me that the purpose of the header is to require explicit opt-in (for developers who don't know about it or forget to consider it), but Rack CORS makes it opt-out instead.The text was updated successfully, but these errors were encountered: