From a921d0c6fa5217752bd6e8a8ce9cab32760645f4 Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:26:35 +0200 Subject: [PATCH] remove brave sync from being disabled (#3529) --- config/tweaks.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 7377769c..8fa8c32d 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1585,13 +1585,6 @@ "Type": "DWord", "Value": "0", "OriginalValue": "" - }, - { - "Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave", - "Name": "SyncDisabled", - "Type": "DWord", - "Value": "1", - "OriginalValue": "" } ] },