Cookie consent is disabled by default
This commit is contained in:
@@ -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.")]
|
||||
|
||||
Reference in New Issue
Block a user