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
Recently, the default value for AllowLocal has been changed from true to false.
This was because AllowLocal makes the request validation vulnerable to Server-Side Request Forgery.
Maybe it makes more sense to build in a kill-switch to turn on/off request validation as a whole, instead of AllowLocal.
This option would respect .NET configuration's reloadOnChange feature, so it can be changed without having to restart the application.
I'm just thinking out loud here and would like feedback, thank you!
The text was updated successfully, but these errors were encountered:
Recently, the default value for
AllowLocal
has been changed fromtrue
tofalse
.This was because
AllowLocal
makes the request validation vulnerable to Server-Side Request Forgery.Maybe it makes more sense to build in a kill-switch to turn on/off request validation as a whole, instead of
AllowLocal
.This option would respect .NET configuration's
reloadOnChange
feature, so it can be changed without having to restart the application.I'm just thinking out loud here and would like feedback, thank you!
The text was updated successfully, but these errors were encountered: