1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2024-09-19 06:34:43 -04:00

Compare commits

...

6 Commits

Author SHA1 Message Date
5d13d3c36d
Block ntp.msn.com
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 06:16:32 -07:00
235cef06ee
Block Jit to prevent enhanced security mode bypass
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 06:08:01 -07:00
7c47ee7eac
Disable WebSQL (deprecated by Chrome)
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 06:05:04 -07:00
53c54a9a5f
Block upload from phone
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 05:57:05 -07:00
2fcf49169f
Reoder EdgeWorkspacesEnabled
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 00:36:14 -07:00
5e05799018
Block OnlineTextToSpeech
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 00:22:48 -07:00
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{
"EnableMediaRouter": false,
"CookiesBlockedForUrls": [ "ntp.msn.com" ],
"DefaultGeolocationSetting": 2,
"DefaultInsecureContentSetting": 2,
"DefaultCookiesSetting": 4,
@ -8,7 +9,6 @@
"DefaultWebHidGuardSetting": 2,
"ShowPDFDefaultRecommendationsEnabled": false,
"SpotlightExperiencesAndRecommendationsEnabled": false,
"EdgeWorkspacesEnabled": false,
"FeatureFlagOverridesControl": 1,
"ExtensionInstallBlocklist": [ "*" ],
"GamerModeEnabled": false,
@ -27,6 +27,7 @@
"NewTabPageHideDefaultTopSites": true,
"NewTabPageQuickLinksEnabled": false,
"NewTabPageSearchBox": "redirect",
"EdgeWorkspacesEnabled": false,
"AccessibilityImageLabelsEnabled": false,
"AdsSettingForIntrusiveAdsSites": 2,
"AlternateErrorPagesEnabled": false,
@ -41,6 +42,7 @@
"BrowserNetworkTimeQueriesEnabled": false,
"BrowserSignin": 0,
"ComposeInlineEnabled": false,
"ConfigureOnlineTextToSpeech": false,
"ConfigureShare": 1,
"CryptoWalletEnabled": false,
"DefaultBrowserSettingsCampaignEnabled": false,
@ -112,7 +114,9 @@
"TextPredictionEnabled": false,
"TrackingPrevention": 3,
"TranslateEnabled": false,
"UploadFromPhoneEnabled": false,
"WebCaptureEnabled": false,
"VisualSearchEnabled": false,
"WalletDonationEnabled": false
"WalletDonationEnabled": false,
"WebSQLAccess": false
}

View File

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