mirror of
https://github.com/TommyTran732/Microsoft-Edge-Policies
synced 2024-11-21 09:51:34 -05:00
Compare commits
6 Commits
106e94cf90
...
2f3ce41acb
Author | SHA1 | Date | |
---|---|---|---|
2f3ce41acb | |||
cbdde8b1e7 | |||
e2aef8e9da | |||
2de7db7894 | |||
afe9488fc4 | |||
97a3aa56be |
3
README.md
Normal file
3
README.md
Normal 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`
|
@ -29,6 +29,7 @@
|
||||
"AdsSettingForIntrusiveAdsSites": 2,
|
||||
"AlternateErrorPagesEnabled": false,
|
||||
"AudioSandboxEnabled": true,
|
||||
"AutoLaunchProtocolsComponentEnabled": false,
|
||||
"AutofillAddressEnabled": false,
|
||||
"AutofillCreditCardEnabled": false,
|
||||
"AutofillMembershipsEnabled": false,
|
||||
@ -47,6 +48,7 @@
|
||||
"ConfigureDoNotTrack": true,
|
||||
"DefaultShareAdditionalOSRegionSetting": 2,
|
||||
"DiagnosticData": 0,
|
||||
"Edge3PSerpTelemetryEnabled": false,
|
||||
"EdgeCollectionsEnabled": false,
|
||||
"EdgeEDropEnabled": false,
|
||||
"EdgeEnhanceImagesEnabled": false,
|
||||
@ -83,7 +85,6 @@
|
||||
"NetworkPredictionOptions": 2,
|
||||
"NewPDFReaderEnabled": false,
|
||||
"PDFSecureMode": true,
|
||||
"QuickSearchShowMiniMenu": false,
|
||||
"PromotionalTabsEnabled": false,
|
||||
"PaymentMethodQueryEnabled": false,
|
||||
"PersonalizationReportingEnabled": false,
|
4
recommended.json
Normal file
4
recommended.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"SmartScreenEnabled": false,
|
||||
"TyposquattingCheckerEnabled": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user