From 0c992662010820b813bad41f5e15ffe95d4facc5 Mon Sep 17 00:00:00 2001 From: Dennis Schmidt Date: Wed, 4 Feb 2026 08:56:57 +0000 Subject: [PATCH] Add BrowserDataBackup policy --- linux/policies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/policies.json b/linux/policies.json index e25351d..82429b5 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -39,6 +39,10 @@ "Folder": "FolderName" } ], + "BrowserDataBackup": { + "AllowBackup": true | false, + "AllowRestore": true | false + }, "CaptivePortal": true | false, "Certificates": { "Install": ["cert1.der", "/home/username/cert2.pem"] -- 2.43.0