From 7b6256ae8e1293219caedc3bb855792233f1c733 Mon Sep 17 00:00:00 2001 From: Barry GIBNEY Date: Thu, 23 Jan 2025 12:47:54 +0000 Subject: [PATCH] CookieDefaultValue update --- Web/Edubase.Web.UI/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Edubase.Web.UI/Controllers/HomeController.cs b/Web/Edubase.Web.UI/Controllers/HomeController.cs index f2dc43d1d..794c5d941 100644 --- a/Web/Edubase.Web.UI/Controllers/HomeController.cs +++ b/Web/Edubase.Web.UI/Controllers/HomeController.cs @@ -111,7 +111,7 @@ public ActionResult CookieChoices(bool acceptAnalyticsCookies = false) return RedirectToAction("cookies"); } - [HttpPost, Route("~/CookieChoicesAjax"), ValidateAntiForgeryToken] + [HttpPost, Route("~/CookieChoicesAjax")] public ActionResult CookieChoicesAjax(bool acceptAnalyticsCookies = false) { var urlHelper = new UrlHelper(Request.RequestContext);