fix: revert one of the previous changes as it has no change from the default

This commit is contained in:
qoijjj
2024-03-04 11:45:23 -08:00
committed by GitHub
parent 073c40b456
commit e485ec92eb
2 changed files with 0 additions and 5 deletions

View File

@@ -36,7 +36,6 @@
"BlockExternalExtensions": true, "BlockExternalExtensions": true,
"AuthSchemes": "ntlm,negotiate", "AuthSchemes": "ntlm,negotiate",
"CloudPrintProxyEnabled": false, "CloudPrintProxyEnabled": false,
"SitePerProcess": true,
"DefaultGeolocationSetting": 2, "DefaultGeolocationSetting": 2,
"CloudPrintSubmitEnabled": false, "CloudPrintSubmitEnabled": false,
"AutofillAddressEnabled": false, "AutofillAddressEnabled": false,

View File

@@ -148,10 +148,6 @@
`"CloudPrintProxyEnabled": false` `"CloudPrintProxyEnabled": false`
**Prevent disabling site isolation**
`"SitePerProcess": true`
**By default, do not allow any site to track the users' physical location** **By default, do not allow any site to track the users' physical location**
`"DefaultGeolocationSetting": 2` `"DefaultGeolocationSetting": 2`