From 008c0b89799e1c0241d22feef599694498999a61 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 10 Feb 2025 14:48:04 -0700 Subject: [PATCH] Move ScarewareBlockerProtectionEnabled to recommended Signed-off-by: Tommy --- Linux/managed.json | 1 - Linux/recommended.json | 3 ++- README.md | 2 +- macOS/Preferences/com.microsoft.Edge.plist | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Linux/managed.json b/Linux/managed.json index 3d2ea5f..7342d82 100644 --- a/Linux/managed.json +++ b/Linux/managed.json @@ -38,7 +38,6 @@ "InsecurePrivateNetworkRequestsAllowed": false, "PrivateNetworkAccessRestrictionsEnabled": false, "RelatedWebsiteSetsEnabled": false, - "ScarewareBlockerProtectionEnabled": false, "NewTabPageAllowedBackgroundTypes": 3, "NewTabPageAppLauncherEnabled": false, "NewTabPageBingChatEnabled": false, diff --git a/Linux/recommended.json b/Linux/recommended.json index 24d6864..7e601f6 100644 --- a/Linux/recommended.json +++ b/Linux/recommended.json @@ -1,4 +1,5 @@ { "SmartScreenEnabled": false, - "TyposquattingCheckerEnabled": false + "TyposquattingCheckerEnabled": false, + "ScarewareBlockerProtectionEnabled": false } \ No newline at end of file diff --git a/README.md b/README.md index 037703e..0463065 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For corporate environments, you will need make approprieate changes, including b - Set `SSLErrorOverrideAllowed` to false. - Further restrict permissions that websites can prompt for. - Consider removing the `Disable3DAPIs` policy. Currently, WebGL is disabled in my policies and a few sites will break, so whether to do this highly depends on your organization. -- Consider mandating that `SmartScreenEnabled` is set to disabled. `TyposquattingCheckerEnabled` is also potentially invasive, though I have not confirmed this. Please make an issue to let me know of your findings. +- Consider mandating that `SmartScreenEnabled` and `ScarewareBlockerProtectionEnabled` are set to disabled. `TyposquattingCheckerEnabled` is also potentially invasive, though I have not confirmed this. Please make an issue to let me know of your findings. ## Linux diff --git a/macOS/Preferences/com.microsoft.Edge.plist b/macOS/Preferences/com.microsoft.Edge.plist index bf1aaeb..885dcc7 100644 --- a/macOS/Preferences/com.microsoft.Edge.plist +++ b/macOS/Preferences/com.microsoft.Edge.plist @@ -6,5 +6,7 @@ TyposquattingCheckerEnabled + ScarewareBlockerProtectionEnabled + \ No newline at end of file