-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Besides the GET
of index.html
, Dash only supports POST requests with application/json
. These are actually unsusceptible to CSRF attacks according to https://security.stackexchange.com/questions/23371/csrf-protection-with-custom-headers-and-without-validating-token/58308#58308. Based off of this, I believe that we should be able to remove CSRF protection and therefore will not require users to create a app.server.config.SECRET_KEY
.
Metadata
Metadata
Assignees
Labels
No labels