require AntiForgery on Static Rendered components

This commit is contained in:
sbwalker
2024-05-08 14:42:39 -04:00
parent f7895823cb
commit bf4052b550
2 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,7 @@ namespace Oqtane
app.UseCors();
app.UseAuthentication();
app.UseAuthorization();
app.UseAntiforgery();
if (_useSwagger)
{