Compare commits

..

No commits in common. "8fe31b9e641c86f6f8bef1fbaf5685c27164c367" and "afb080143096ab76ca7e222176e390efa198076a" have entirely different histories.

23 changed files with 11 additions and 28 deletions

View File

@ -1,3 +0,0 @@
{
"ShowAppsShortcutInFavoritesbar": true
}

View File

@ -1,3 +0,0 @@
{
"NewTabPageAppLauncherEnabled": true
}

View File

@ -1,3 +0,0 @@
{
"WebCaptureEnabled": true
}

View File

@ -1 +0,0 @@
managed

View File

@ -1 +0,0 @@
../../chromium/policies/managed

View File

@ -1,4 +1 @@
brave-search.json managed
disable-default-browser-check.json
duckduckgo.json
enable-home.json

View File

@ -1 +0,0 @@
../../../chromium/policies/recommended/brave-search.json

View File

@ -1 +0,0 @@
../../../chromium/policies/recommended/disable-default-browser-check.json

View File

@ -1 +0,0 @@
../../../chromium/policies/recommended/duckduckgo.json

View File

@ -1 +0,0 @@
../../../chromium/policies/recommended/enable-home.json

View File

@ -0,0 +1 @@
../../../chromium/policies/managed

View File

@ -0,0 +1,4 @@
brave-search.json
disable-default-browser-check.json
duckduckgo.json
enable-home.json

View File

@ -0,0 +1 @@
../../../../chromium/policies/recommended/brave-search.json

View File

@ -0,0 +1 @@
../../../../chromium/policies/recommended/disable-default-browser-check.json

View File

@ -0,0 +1 @@
../../../../chromium/policies/recommended/duckduckgo.json

View File

@ -0,0 +1 @@
../../../../chromium/policies/recommended/enable-home.json

View File

@ -1,3 +1,2 @@
dot-nextdns.conf
dot-trex.conf dot-trex.conf
cache.conf cache.conf

View File

@ -8,9 +8,6 @@ server:
# Quad9 says pointless performance impact on forwarders. # Quad9 says pointless performance impact on forwarders.
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization # https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
qname-minimisation: no qname-minimisation: no
# Private ECS is more accurate with IPv4 than IPv6.
prefer-ip4: yes
prefer-ip6: no
forward-zone: forward-zone:
name: "." name: "."

View File

@ -8,9 +8,6 @@ server:
# Quad9 says pointless performance impact on forwarders. # Quad9 says pointless performance impact on forwarders.
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization # https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
qname-minimisation: no qname-minimisation: no
# Private ECS is more accurate with IPv4 than IPv6.
prefer-ip4: yes
prefer-ip6: no
forward-zone: forward-zone:
name: "." name: "."

View File

@ -1 +0,0 @@
dot-dns0.conf

View File

@ -1,7 +1,7 @@
server: server:
# Prefer IPv4 transport for sending DNS queries to internet nameservers. # Prefer IPv4 transport for sending DNS queries to internet nameservers.
# The only case where I can imagine this being useful is when using # The only case where I can imagine this being useful is when using
# upstream nameserver with ECS privatization that has more accurate IPv4 # upstream nameserver with ECS anonymization that has more accurate IPv4
# than IPv6 client-subnet. # than IPv6 client-subnet.
prefer-ip4: yes prefer-ip4: yes
prefer-ip6: no prefer-ip6: no