Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Brave
Debloating the Brave browser — a simple guide
Message
<blockquote data-quote="Marko :)" data-source="post: 1095817" data-attributes="member: 39702"><p>I just realized that one of the cons using these group policy settings is secure DNS will be disabled. Apparently, this is an issue with all Chromium browsers. Fortunately, secure DNS can still be enabled using those same group policies.</p><p></p><p>[ICODE]DnsOverHttpsMode[/ICODE] can be set to [ICODE]off[/ICODE], [ICODE]automatic[/ICODE] (uses DoH by default, but fall backs to unsecured DNS in case DoH is unavailable) and [ICODE]secure[/ICODE] (explicitly uses DoH).</p><p></p><p>[ICODE]DnsOverHttpsTemplates[/ICODE] is the DoH address of your resolver. In the end, your registry file should look like this.</p><p></p><p>[CODE]Windows Registry Editor Version 5.00</p><p></p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave]</p><p>"DnsOverHttpsMode"="secure"</p><p>"DnsOverHttpsTemplates"="https://cloudflare-dns.com/dns-query"[/CODE]</p><p></p><p>Or you can just ignore secure DNS and instead make it system-wide in the settings of your network adapter on Windows which I think is way better solution.</p></blockquote><p></p>
[QUOTE="Marko :), post: 1095817, member: 39702"] I just realized that one of the cons using these group policy settings is secure DNS will be disabled. Apparently, this is an issue with all Chromium browsers. Fortunately, secure DNS can still be enabled using those same group policies. [ICODE]DnsOverHttpsMode[/ICODE] can be set to [ICODE]off[/ICODE], [ICODE]automatic[/ICODE] (uses DoH by default, but fall backs to unsecured DNS in case DoH is unavailable) and [ICODE]secure[/ICODE] (explicitly uses DoH). [ICODE]DnsOverHttpsTemplates[/ICODE] is the DoH address of your resolver. In the end, your registry file should look like this. [CODE]Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] "DnsOverHttpsMode"="secure" "DnsOverHttpsTemplates"="https://cloudflare-dns.com/dns-query"[/CODE] Or you can just ignore secure DNS and instead make it system-wide in the settings of your network adapter on Windows which I think is way better solution. [/QUOTE]
Insert quotes…
Verification
Post reply
Top