We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df98bf0 commit b632b12Copy full SHA for b632b12
1 file changed
src/Sidio.Web.Security.AspNetCore/Reporting/Report.cs
@@ -7,7 +7,7 @@ namespace Sidio.Web.Security.AspNetCore.Reporting;
7
/// Report that is sent by the browser when a violation occurs.
8
/// See: https://www.w3.org/TR/reporting/
9
/// </summary>
10
-public sealed record Report
+public sealed class Report
11
{
12
/// <summary>
13
/// Gets the report type.
0 commit comments