Compare commits

...

3 Commits

23 changed files with 28 additions and 11 deletions

View File

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

View File

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

View File

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

1
etc/opt/edge/policies/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
managed

View File

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

View File

@ -1 +1,4 @@
managed
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 +0,0 @@
../../../chromium/policies/managed

View File

@ -1,4 +0,0 @@
brave-search.json
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

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

View File

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

View File

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

View File

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

View File

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