diff --git a/BlazorBff/BlazorAzureAdBff/Server/Pages/_Host.cshtml b/BlazorBff/BlazorAzureAdBff/Server/Pages/_Host.cshtml
index 2eef05b..af1ff3f 100644
--- a/BlazorBff/BlazorAzureAdBff/Server/Pages/_Host.cshtml
+++ b/BlazorBff/BlazorAzureAdBff/Server/Pages/_Host.cshtml
@@ -2,6 +2,7 @@
@namespace BlazorAzureADWithApis.Pages
@using BlazorAzureADWithApis.Client
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
+@addTagHelper *, NetEscapades.AspNetCore.SecurityHeaders.TagHelpers
@{
Layout = null;
}
@@ -40,8 +41,8 @@
🗙
-
-
+
+
@Html.AntiForgeryToken()