Privacy Policy DSGVO with sheets for categories, export-, check- and first erase-functions
This commit is contained in:
@@ -44,6 +44,7 @@ DEFAULT_CONFIG: dict[str, Any] = {
|
||||
"automatic_retry_max_retries": 3,
|
||||
"inventory_exclusion_rules": []
|
||||
},
|
||||
"privacy": {},
|
||||
"meshcentral": {
|
||||
"enabled": False,
|
||||
"url": "",
|
||||
@@ -111,5 +112,6 @@ def public_config() -> dict[str, Any]:
|
||||
"general": dict(config.get("general", {})),
|
||||
"authentication": dict(config.get("authentication", {})),
|
||||
"software": dict(config.get("software", {})),
|
||||
"privacy": dict(config.get("privacy", {})),
|
||||
"meshcentral": mesh,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user