Skip to content

Commit eebde87

Browse files
authored
chore(Logging): add DefaultAntiforgery filter rule (#8017)
* chore: add DefaultAntiforgery filter * chore(logging): bump version 10.0.1
1 parent 4cdc748 commit eebde87

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<PackageReference Include="BootstrapBlazor.Vditor" Version="10.0.3" />
8585
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="10.0.0" />
8686
<PackageReference Include="BootstrapBlazor.WinBox" Version="10.0.0" />
87-
<PackageReference Include="Longbow.Logging" Version="10.0.0" />
87+
<PackageReference Include="Longbow.Logging" Version="10.0.1" />
8888
<PackageReference Include="Longbow.Modbus" Version="10.0.0" />
8989
<PackageReference Include="Longbow.Sockets" Version="10.0.0" />
9090
<PackageReference Include="Longbow.Tasks" Version="10.0.0" />

src/BootstrapBlazor.Server/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"LgbFile": {
88
"IncludeScopes": true,
99
"LogLevel": {
10-
"Default": "Error"
10+
"Default": "Error",
11+
"Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery": "None"
1112
},
1213
"FileName": "Error\\Log.log"
1314
}

0 commit comments

Comments
 (0)