diff --git a/MidrandBookshop/MidrandBookshop.csproj b/MidrandBookshop/MidrandBookshop.csproj
index b47be60..123a458 100644
--- a/MidrandBookshop/MidrandBookshop.csproj
+++ b/MidrandBookshop/MidrandBookshop.csproj
@@ -18,13 +18,13 @@
-
+
-
+
diff --git a/MidrandBookshop/Program.cs b/MidrandBookshop/Program.cs
index b89cf97..99ed5e5 100644
--- a/MidrandBookshop/Program.cs
+++ b/MidrandBookshop/Program.cs
@@ -50,6 +50,7 @@ builder.Services.Configure(options =>
var app = builder.Build();
app.UseForwardedHeaders();
+app.UseCookiePolicy();
using var security = app.Services.CreateScope();
{