only allow essential cookies when cookie consent not granted.
This commit is contained in:
@ -233,6 +233,7 @@ namespace Oqtane
|
||||
app.UseAuthorization();
|
||||
app.UseAntiforgery();
|
||||
app.UseCookiePolicy();
|
||||
app.UseCookieConsent();
|
||||
|
||||
if (_useSwagger)
|
||||
{
|
||||
|
Reference in New Issue
Block a user