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