diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ea08d28..5d5d2d5 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -30,7 +30,9 @@ "Bash(tasklist)", "Bash(findstr:*)", "Read(//mnt/c/Production/Source/SilverLABS/SilverPAY/**)", - "Bash(git commit:*)" + "Bash(git commit:*)", + "Bash(docker build:*)", + "Bash(git fetch:*)" ], "deny": [], "ask": [] diff --git a/LittleShop/Areas/Admin/Views/Categories/Index.cshtml b/LittleShop/Areas/Admin/Views/Categories/Index.cshtml index 2dd588f..65f997c 100644 --- a/LittleShop/Areas/Admin/Views/Categories/Index.cshtml +++ b/LittleShop/Areas/Admin/Views/Categories/Index.cshtml @@ -56,8 +56,9 @@ -
+ @Html.AntiForgeryToken() diff --git a/LittleShop/Areas/Admin/Views/Products/Index.cshtml b/LittleShop/Areas/Admin/Views/Products/Index.cshtml index 97bb077..16ca46f 100644 --- a/LittleShop/Areas/Admin/Views/Products/Index.cshtml +++ b/LittleShop/Areas/Admin/Views/Products/Index.cshtml @@ -115,6 +115,7 @@ + @Html.AntiForgeryToken() diff --git a/LittleShop/Areas/Admin/Views/Products/Variations.cshtml b/LittleShop/Areas/Admin/Views/Products/Variations.cshtml index 419cc82..80675e8 100644 --- a/LittleShop/Areas/Admin/Views/Products/Variations.cshtml +++ b/LittleShop/Areas/Admin/Views/Products/Variations.cshtml @@ -80,6 +80,7 @@ + @Html.AntiForgeryToken() diff --git a/LittleShop/Areas/Admin/Views/ShippingRates/Index.cshtml b/LittleShop/Areas/Admin/Views/ShippingRates/Index.cshtml index 4da4efe..c5a9882 100644 --- a/LittleShop/Areas/Admin/Views/ShippingRates/Index.cshtml +++ b/LittleShop/Areas/Admin/Views/ShippingRates/Index.cshtml @@ -62,8 +62,9 @@ - + @Html.AntiForgeryToken() diff --git a/LittleShop/Areas/Admin/Views/Users/Index.cshtml b/LittleShop/Areas/Admin/Views/Users/Index.cshtml index ac9a167..548ad33 100644 --- a/LittleShop/Areas/Admin/Views/Users/Index.cshtml +++ b/LittleShop/Areas/Admin/Views/Users/Index.cshtml @@ -68,8 +68,9 @@ @if (user.Username != "admin") { - + @Html.AntiForgeryToken()