Skip to content

Commit

Permalink
CookieDefaultValue update
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryGibney committed Jan 23, 2025
1 parent fde5abf commit 7b6256a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/Edubase.Web.UI/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7b6256a

Please sign in to comment.