1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2025-02-20 20:21:59 -05:00

Move ScarewareBlockerProtectionEnabled to recommended

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-02-10 14:48:04 -07:00
parent 0b2b24ed5a
commit 008c0b8979
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
4 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,6 @@
"InsecurePrivateNetworkRequestsAllowed": false, "InsecurePrivateNetworkRequestsAllowed": false,
"PrivateNetworkAccessRestrictionsEnabled": false, "PrivateNetworkAccessRestrictionsEnabled": false,
"RelatedWebsiteSetsEnabled": false, "RelatedWebsiteSetsEnabled": false,
"ScarewareBlockerProtectionEnabled": false,
"NewTabPageAllowedBackgroundTypes": 3, "NewTabPageAllowedBackgroundTypes": 3,
"NewTabPageAppLauncherEnabled": false, "NewTabPageAppLauncherEnabled": false,
"NewTabPageBingChatEnabled": false, "NewTabPageBingChatEnabled": false,

View File

@ -1,4 +1,5 @@
{ {
"SmartScreenEnabled": false, "SmartScreenEnabled": false,
"TyposquattingCheckerEnabled": false "TyposquattingCheckerEnabled": false,
"ScarewareBlockerProtectionEnabled": false
} }

View File

@ -14,7 +14,7 @@ For corporate environments, you will need make approprieate changes, including b
- Set `SSLErrorOverrideAllowed` to false. - Set `SSLErrorOverrideAllowed` to false.
- Further restrict permissions that websites can prompt for. - 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 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 ## Linux

View File

@ -6,5 +6,7 @@
<false /> <false />
<key>TyposquattingCheckerEnabled</key> <key>TyposquattingCheckerEnabled</key>
<false /> <false />
<key>ScarewareBlockerProtectionEnabled</key>
<false />
</dict> </dict>
</plist> </plist>