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:
parent
0b2b24ed5a
commit
008c0b8979
@ -38,7 +38,6 @@
|
||||
"InsecurePrivateNetworkRequestsAllowed": false,
|
||||
"PrivateNetworkAccessRestrictionsEnabled": false,
|
||||
"RelatedWebsiteSetsEnabled": false,
|
||||
"ScarewareBlockerProtectionEnabled": false,
|
||||
"NewTabPageAllowedBackgroundTypes": 3,
|
||||
"NewTabPageAppLauncherEnabled": false,
|
||||
"NewTabPageBingChatEnabled": false,
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"SmartScreenEnabled": false,
|
||||
"TyposquattingCheckerEnabled": false
|
||||
"TyposquattingCheckerEnabled": false,
|
||||
"ScarewareBlockerProtectionEnabled": false
|
||||
}
|
@ -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
|
||||
|
||||
|
@ -6,5 +6,7 @@
|
||||
<false />
|
||||
<key>TyposquattingCheckerEnabled</key>
|
||||
<false />
|
||||
<key>ScarewareBlockerProtectionEnabled</key>
|
||||
<false />
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in New Issue
Block a user