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