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
# Due to conflicts between CORS and XSRF, if `server.enableXsrfProtection` is
# on and `server.enableCORS` is off at the same time, we will prioritize
# `server.enableXsrfProtection`.
It should say
# Due to conflicts between CORS and XSRF, if `server.enableXsrfProtection` is
# on and `server.enableCORS` is **ON** at the same time, we will prioritize
# `server.enableXsrfProtection`.
It would make no sense if they have conflicts between CORS and XSRF and if only one of them is activated ( so there is no conflict ).
The text was updated successfully, but these errors were encountered:
Summary
There is a typo in the docs.
It should say
It would make no sense if they have conflicts between CORS and XSRF and if only one of them is activated ( so there is no conflict ).
The text was updated successfully, but these errors were encountered: