1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2024-11-22 02:11:34 -05:00

Compare commits

...

6 Commits

Author SHA1 Message Date
2f3ce41acb
Minor fixes
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-13 15:22:31 -07:00
cbdde8b1e7
Disable Edge3PSerpTelemetryEnabled
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-13 14:46:19 -07:00
e2aef8e9da
Add README.md
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-13 14:43:23 -07:00
2de7db7894
Rename policy
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-13 14:38:40 -07:00
afe9488fc4
Update policies
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-13 14:28:22 -07:00
97a3aa56be
Fix duplicates
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-13 13:36:25 -07:00
3 changed files with 9 additions and 1 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Microsoft Edge Policies
These policies are written for Linux. The mandatory prolicies should be put in `/etc/opt/edge/policies/managed/managed.json`, and the recommended policies should be put in `/etc/opt/edge/policies/recommended/recommended.json`

View File

@ -29,6 +29,7 @@
"AdsSettingForIntrusiveAdsSites": 2, "AdsSettingForIntrusiveAdsSites": 2,
"AlternateErrorPagesEnabled": false, "AlternateErrorPagesEnabled": false,
"AudioSandboxEnabled": true, "AudioSandboxEnabled": true,
"AutoLaunchProtocolsComponentEnabled": false,
"AutofillAddressEnabled": false, "AutofillAddressEnabled": false,
"AutofillCreditCardEnabled": false, "AutofillCreditCardEnabled": false,
"AutofillMembershipsEnabled": false, "AutofillMembershipsEnabled": false,
@ -47,6 +48,7 @@
"ConfigureDoNotTrack": true, "ConfigureDoNotTrack": true,
"DefaultShareAdditionalOSRegionSetting": 2, "DefaultShareAdditionalOSRegionSetting": 2,
"DiagnosticData": 0, "DiagnosticData": 0,
"Edge3PSerpTelemetryEnabled": false,
"EdgeCollectionsEnabled": false, "EdgeCollectionsEnabled": false,
"EdgeEDropEnabled": false, "EdgeEDropEnabled": false,
"EdgeEnhanceImagesEnabled": false, "EdgeEnhanceImagesEnabled": false,
@ -83,7 +85,6 @@
"NetworkPredictionOptions": 2, "NetworkPredictionOptions": 2,
"NewPDFReaderEnabled": false, "NewPDFReaderEnabled": false,
"PDFSecureMode": true, "PDFSecureMode": true,
"QuickSearchShowMiniMenu": false,
"PromotionalTabsEnabled": false, "PromotionalTabsEnabled": false,
"PaymentMethodQueryEnabled": false, "PaymentMethodQueryEnabled": false,
"PersonalizationReportingEnabled": false, "PersonalizationReportingEnabled": false,

4
recommended.json Normal file
View File

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