docs
docs copied to clipboard
Typo in the config.toml docs
Summary
There is a typo in the docs.
# 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 ).