Cookie consent is disabled by default
This commit is contained in:
@@ -153,7 +153,7 @@ public class CoreConfiguration
|
|||||||
{
|
{
|
||||||
[JsonProperty("Enabled")]
|
[JsonProperty("Enabled")]
|
||||||
[Description("This specifies if the cookie consent banner is shown to users.")]
|
[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")]
|
[JsonProperty("BannerTitle")]
|
||||||
[Description("The title for the cookie consent banner.")]
|
[Description("The title for the cookie consent banner.")]
|
||||||
|
|||||||
Reference in New Issue
Block a user