From e485ec92ebf9b539c7fca7cad7899af49d14c33d Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:45:23 -0800 Subject: [PATCH] fix: revert one of the previous changes as it has no change from the default --- config/files/usr/etc/chromium/policies/managed/hardening.json | 1 - .../etc/chromium/policies/managed/hardening.json.readme.md | 4 ---- 2 files changed, 5 deletions(-) diff --git a/config/files/usr/etc/chromium/policies/managed/hardening.json b/config/files/usr/etc/chromium/policies/managed/hardening.json index 1587998..046942b 100644 --- a/config/files/usr/etc/chromium/policies/managed/hardening.json +++ b/config/files/usr/etc/chromium/policies/managed/hardening.json @@ -36,7 +36,6 @@ "BlockExternalExtensions": true, "AuthSchemes": "ntlm,negotiate", "CloudPrintProxyEnabled": false, - "SitePerProcess": true, "DefaultGeolocationSetting": 2, "CloudPrintSubmitEnabled": false, "AutofillAddressEnabled": false, diff --git a/config/files/usr/etc/chromium/policies/managed/hardening.json.readme.md b/config/files/usr/etc/chromium/policies/managed/hardening.json.readme.md index 31db6c1..611d679 100644 --- a/config/files/usr/etc/chromium/policies/managed/hardening.json.readme.md +++ b/config/files/usr/etc/chromium/policies/managed/hardening.json.readme.md @@ -148,10 +148,6 @@ `"CloudPrintProxyEnabled": false` -**Prevent disabling site isolation** - -`"SitePerProcess": true` - **By default, do not allow any site to track the users' physical location** `"DefaultGeolocationSetting": 2`