Compare commits

..

2 Commits

Author SHA1 Message Date
khwezi b9f3274633 Merge pull request 'Update cookie policies' (#78) from cart into main
Reviewed-on: #78
2026-06-14 13:16:05 +02:00
Khwezi Mngoma 53b3018d9e Update cookie policies
continuous-integration/drone/pr Build is passing
2026-06-14 13:15:30 +02:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -18,13 +18,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.131.0" />
<PackageReference Include="LiteCharms.Features" Version="1.132.0" />
</ItemGroup>
<!-- UI -->
<ItemGroup>
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.131.0" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.132.0" />
<!-- Global Usings -->
<Using Include="Blazored.Toast.Services" />
+1
View File
@@ -50,6 +50,7 @@ builder.Services.Configure<ForwardedHeadersOptions>(options =>
var app = builder.Build();
app.UseForwardedHeaders();
app.UseCookiePolicy();
using var security = app.Services.CreateScope();
{