Cookie consent is disabled by default

This commit is contained in:
Moritz Deiaco
2024-06-13 17:39:02 +02:00
parent 862b43ae6d
commit 38b93cd500

View File

@@ -153,7 +153,7 @@ public class CoreConfiguration
{
[JsonProperty("Enabled")]
[Description("This specifies if the cookie consent banner is shown to users.")]
public bool Enabled { get; set; } = true;
public bool Enabled { get; set; } = false;
[JsonProperty("BannerTitle")]
[Description("The title for the cookie consent banner.")]