From c9058ea9d1490187d70e952ab83197c43e645996 Mon Sep 17 00:00:00 2001 From: "Jade.VAN_BRABANDT" Date: Tue, 9 Jan 2024 11:24:25 +0100 Subject: [PATCH] CI : Security hotspots --- Blazor/Blazor/Pages/Error.cshtml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Blazor/Blazor/Pages/Error.cshtml.cs b/Blazor/Blazor/Pages/Error.cshtml.cs index 5372821..d9caa14 100644 --- a/Blazor/Blazor/Pages/Error.cshtml.cs +++ b/Blazor/Blazor/Pages/Error.cshtml.cs @@ -5,7 +5,6 @@ using System.Diagnostics; namespace Blazor.Pages; [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] -[IgnoreAntiforgeryToken] public class ErrorModel : PageModel { public string? RequestId { get; set; }