mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 19:07:52 +00:00
docs: fix formatting
This commit is contained in:
@@ -1,85 +1,111 @@
|
||||
*The policies set here are a subset of those found in the [brace policy file](https://github.com/divestedcg/Brace/blob/master/brace/etc/chromium/policies/managed/brace.json). All policies that are deprecated, identical to the default, or only for ChromeOS have been removed.*
|
||||
|
||||
*Disable Javascript JIT*
|
||||
**Disable Javascript JIT**
|
||||
|
||||
"DefaultJavaScriptJitSetting": 2
|
||||
|
||||
*Do not allow any site to access sensors*
|
||||
**Do not allow any site to access sensors**
|
||||
|
||||
"DefaultSensorsSetting": 2
|
||||
|
||||
*Disable Google Cast*
|
||||
**Disable Google Cast**
|
||||
|
||||
"EnableMediaRouter": false
|
||||
|
||||
*Disable Suggested Content*
|
||||
**Disable Suggested Content**
|
||||
|
||||
"SuggestedContentEnabled": false
|
||||
|
||||
*Disable fetching labels for unlabelled images*
|
||||
**Disable fetching labels for unlabelled images**
|
||||
|
||||
"AccessibilityImageLabelsEnabled": false
|
||||
|
||||
*Disable background mode*
|
||||
**Disable background mode**
|
||||
|
||||
"BackgroundModeEnabled": false
|
||||
|
||||
*Disable third party cookies*
|
||||
**Disable third party cookies**
|
||||
|
||||
"BlockThirdPartyCookies": true
|
||||
|
||||
*Don't report Chrome Cleanup results*
|
||||
**Don't report Chrome Cleanup results**
|
||||
|
||||
"ChromeCleanupReportingEnabled": false
|
||||
|
||||
*Permit Chrome Variations only for critical fixes*
|
||||
**Permit Chrome Variations only for critical fixes**
|
||||
|
||||
"ChromeVariations": 1
|
||||
|
||||
*Disable click to call*
|
||||
**Disable click to call**
|
||||
|
||||
"ClickToCallEnabled": false
|
||||
|
||||
*Automatically use DNS-over-HTTPS if it's available*
|
||||
**Automatically use DNS-over-HTTPS if it's available**
|
||||
|
||||
"DnsOverHttpsMode": "automatic"
|
||||
|
||||
*Force enable HTTPS-Only Mode*
|
||||
**Force enable HTTPS-Only Mode**
|
||||
|
||||
"HttpsOnlyMode": "force_enabled"
|
||||
|
||||
*Hide media recommendations*
|
||||
**Hide media recommendations**
|
||||
|
||||
"MediaRecommendationsEnabled": false
|
||||
|
||||
*Disable usage and crash reporting*
|
||||
**Disable usage and crash reporting**
|
||||
|
||||
"MetricsReportingEnabled": false
|
||||
|
||||
*Disable network prediction*
|
||||
**Disable network prediction**
|
||||
|
||||
"NetworkPredictionOptions": 2
|
||||
|
||||
*Disable payment method API*
|
||||
**Disable payment method API**
|
||||
|
||||
"PaymentMethodQueryEnabled": false
|
||||
|
||||
*Disable full-tab promotions*
|
||||
**Disable full-tab promotions**
|
||||
|
||||
"PromotionalTabsEnabled": false
|
||||
|
||||
*Disable remote debugging*
|
||||
**Disable remote debugging**
|
||||
|
||||
"RemoteDebuggingAllowed": false
|
||||
|
||||
*Disable sending URLs for content filtering*
|
||||
**Disable sending URLs for content filtering**
|
||||
|
||||
"SafeSitesFilterBehavior": 0
|
||||
|
||||
*Disable search suggestions*
|
||||
**Disable search suggestions**
|
||||
|
||||
"SearchSuggestEnabled": false
|
||||
|
||||
*Disable cross-device clipboard sharing*
|
||||
**Disable cross-device clipboard sharing**
|
||||
|
||||
"SharedClipboardEnabled": false
|
||||
|
||||
*Show full urls in the address bar*
|
||||
**Show full urls in the address bar**
|
||||
|
||||
"ShowFullUrlsInAddressBar": true
|
||||
|
||||
*Disable online spellchecking service*
|
||||
**Disable online spellchecking service**
|
||||
|
||||
"SpellCheckServiceEnabled": false
|
||||
|
||||
*Disable sync services*
|
||||
**Disable sync services**
|
||||
|
||||
"SyncDisabled": true
|
||||
|
||||
*Disable translate services*
|
||||
**Disable translate services**
|
||||
|
||||
"TranslateEnabled": false
|
||||
|
||||
*Disable URL-keyed anonymized data collection*
|
||||
**Disable URL-keyed anonymized data collection**
|
||||
|
||||
"UrlKeyedAnonymizedDataCollectionEnabled": false
|
||||
|
||||
*Disable WebRTC event log collection and uploading*
|
||||
**Disable WebRTC event log collection and uploading**
|
||||
"WebRtcEventLogCollectionAllowed": false
|
||||
|
||||
*For WebRTC, use TCP on the public-facing interface, and will only use UDP if supported by a configured proxy.*
|
||||
**For WebRTC, use TCP on the public-facing interface, and will only use UDP if supported by a configured proxy.**
|
||||
"WebRtcIPHandling": "disable_non_proxied_udp"
|
||||
|
||||
Reference in New Issue
Block a user