docs: fix formatting for chromium readme (#178)

docs: fix formatting for chromium readme (#178)
This commit is contained in:
trytomakeyouprivate
2024-01-25 21:31:43 +01:00
committed by GitHub
parent 95ea004d9c
commit 1f8f69ab8e

View File

@@ -2,110 +2,112 @@
**Disable Javascript JIT** **Disable Javascript JIT**
"DefaultJavaScriptJitSetting": 2 `"DefaultJavaScriptJitSetting": 2`
**Do not allow any site to access sensors** **Do not allow any site to access sensors**
"DefaultSensorsSetting": 2 `"DefaultSensorsSetting": 2`
**Disable Google Cast** **Disable Google Cast**
"EnableMediaRouter": false `"EnableMediaRouter": false`
**Disable Suggested Content** **Disable Suggested Content**
"SuggestedContentEnabled": false `"SuggestedContentEnabled": false`
**Disable fetching labels for unlabelled images** **Disable fetching labels for unlabelled images**
"AccessibilityImageLabelsEnabled": false `"AccessibilityImageLabelsEnabled": false`
**Disable background mode** **Disable background mode**
"BackgroundModeEnabled": false `"BackgroundModeEnabled": false`
**Disable third party cookies** **Disable third party cookies**
"BlockThirdPartyCookies": true `"BlockThirdPartyCookies": true`
**Don't report Chrome Cleanup results** **Don't report Chrome Cleanup results**
"ChromeCleanupReportingEnabled": false `"ChromeCleanupReportingEnabled": false`
**Permit Chrome Variations only for critical fixes** **Permit Chrome Variations only for critical fixes**
"ChromeVariations": 1 `"ChromeVariations": 1`
**Disable click to call** **Disable click to call**
"ClickToCallEnabled": false `"ClickToCallEnabled": false`
**Automatically use DNS-over-HTTPS if it's available** **Automatically use DNS-over-HTTPS if it's available**
"DnsOverHttpsMode": "automatic" `"DnsOverHttpsMode": "automatic"`
**Force enable HTTPS-Only Mode** **Force enable HTTPS-Only Mode**
"HttpsOnlyMode": "force_enabled" `"HttpsOnlyMode": "force_enabled"`
**Hide media recommendations** **Hide media recommendations**
"MediaRecommendationsEnabled": false `"MediaRecommendationsEnabled": false`
**Disable usage and crash reporting** **Disable usage and crash reporting**
"MetricsReportingEnabled": false `"MetricsReportingEnabled": false`
**Disable network prediction** **Disable network prediction**
"NetworkPredictionOptions": 2 `"NetworkPredictionOptions": 2`
**Disable payment method API** **Disable payment method API**
"PaymentMethodQueryEnabled": false `"PaymentMethodQueryEnabled": false`
**Disable full-tab promotions** **Disable full-tab promotions**
"PromotionalTabsEnabled": false `"PromotionalTabsEnabled": false`
**Disable remote debugging** **Disable remote debugging**
"RemoteDebuggingAllowed": false `"RemoteDebuggingAllowed": false`
**Disable sending URLs for content filtering** **Disable sending URLs for content filtering**
"SafeSitesFilterBehavior": 0 `"SafeSitesFilterBehavior": 0`
**Disable search suggestions** **Disable search suggestions**
"SearchSuggestEnabled": false `"SearchSuggestEnabled": false`
**Disable cross-device clipboard sharing** **Disable cross-device clipboard sharing**
"SharedClipboardEnabled": false `"SharedClipboardEnabled": false`
**Show full urls in the address bar** **Show full urls in the address bar**
"ShowFullUrlsInAddressBar": true `"ShowFullUrlsInAddressBar": true`
**Disable online spellchecking service** **Disable online spellchecking service**
"SpellCheckServiceEnabled": false `"SpellCheckServiceEnabled": false`
**Disable sync services** **Disable sync services**
"SyncDisabled": true `"SyncDisabled": true`
**Disable translate services** **Disable translate services**
"TranslateEnabled": false `"TranslateEnabled": false`
**Disable URL-keyed anonymized data collection** **Disable URL-keyed anonymized data collection**
"UrlKeyedAnonymizedDataCollectionEnabled": false `"UrlKeyedAnonymizedDataCollectionEnabled": false`
**Disable WebRTC event log collection and uploading** **Disable WebRTC event log collection and uploading**
"WebRtcEventLogCollectionAllowed": false
`"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"
`"WebRtcIPHandling": "disable_non_proxied_udp"`