require AntiForgery on Static Rendered components
This commit is contained in:
@ -216,6 +216,7 @@ namespace Oqtane
|
||||
app.UseCors();
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
app.UseAntiforgery();
|
||||
|
||||
if (_useSwagger)
|
||||
{
|
||||
|
Reference in New Issue
Block a user