@Metzger100
Reviewing your issue . . .
–
In a Brave Browser > New Window, at: brave://management
‘brave://management’ says: ‘This browser is not managed by a company or other organization. Activity on this device may be managed outside of Brave.’
After that portion, there is a ‘Learn more’ link, to Brave Support > Help Center, where I found:
That Help Center web page does mention Windows OS Registry key adjustments / settings.
–
Continuing, you wrote: ‘But the Setting for secure DNS is greyed out’
And: ‘Same on Google Chrome’
So, for Google Chrome,
- ‘Use secure DNS’ is ‘greyed out’, and
- ‘This browser is not managed . . .’ (but do not now if true or false feedback)
–
Continuing, you wrote: ‘Edge did show in the Drop Down Menu (Three Dots), that the Browser is managed.’
So, for Microsoft Edge,
- ‘Use secure DNS’ is ‘greyed out’, but
- ‘the Microsoft Edge Browser is managed’, and
you are able to ‘fix everything for Edge by deleting the Policies entry for Edge in’:
-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Edge
, and
HKEY_CURRENT_USER\SOFTWARE\Policies\Edge
–
Continuing, you wrote: ‘But it didn’t change anything for Brave and Chrome.’
By your usage of ‘it’, I am guessing that you mean, for Brave Browser at least, you searched for:
-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave
, and
HKEY_CURRENT_USER\SOFTWARE\Policies\BraveSoftware\Brave
but did not find those.
–
Try searching in the Windows OS Registry, for ‘DnsOverHttpsMode’
I found in a Chrome Enterprise Policy templates list at:
the file: ‘chrome_policy_list.html’
In that file, a section entitled: ‘DnsOverHttpsMode’ - and there are three modes:
- ‘off’ = Disable DNS-over-HTTPS
- ‘automatic’ = Enable DNS-over-HTTPS with insecure fallback
- ‘secure’ = Enable DNS-over-HTTPS without insecure fallback
The following uploaded text file, has the ‘DnsOverHttpsMode’ and ‘DnsOverHttpsTemplates’ sections from that ‘chrome_policy_list.html’ file:
DnsOverHttpsMode.txt (3.7 KB)
R&D work. Be sure to first back up your Windows OS Registry. You might try to create:
-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave\DnsOverHttpsMode
, and
HKEY_CURRENT_USER\SOFTWARE\Policies\BraveSoftware\Brave\DnsOverHttpsMode
I do not have a Windows OS machine, with which to test.
–
Note, there are now two Chrome Enterprise Policy templates list links:
–
The ‘chrome_policy_list.html’ file (approx. 2.1MB). When downloaded, change the filename suffix from .txt back to .html:
chrome_policy_list.txt (2.0 MB)
–
Also, a bit from:
Official parameters of ChromeOptions and ChromePrefs - Chromium
Official_parameters_of_ChromeOptions_and_ChromePrefs_-_dns_over_https_mode.txt (722 Bytes)
–