Policies JSON file locations:
- Chromium:
/etc/chromium/policies/managed/ - Google Chrome:
/etc/opt/chrome/policies/managed
See https://github.com/RKNF404/chromium-hardening-guide?tab=readme-ov-file
Policies JSON file locations:
/etc/chromium/policies/managed//etc/opt/chrome/policies/managedSee https://github.com/RKNF404/chromium-hardening-guide?tab=readme-ov-file
| { | |
| "AIModeSettings": 1, | |
| "AlternateErrorPagesEnabled": false, | |
| "AudioSandboxEnabled": true, | |
| "AutofillAddressEnabled": false, | |
| "AutofillCreditCardEnabled": false, | |
| "AutofillPredictionSettings": false, | |
| "AutomatedPasswordChangeSettings": false, | |
| "BackgroundModeEnabled": false, | |
| "BlockExternalExtensions": false, | |
| "BlockThirdPartyCookies": true, | |
| "BrowserLabsEnabled": false, | |
| "BrowserSignin": 0, | |
| "BuiltInAIAPIsEnabled": false, | |
| "ChromeVariations": 2, | |
| "ClearBrowsingDataOnExitList": ["download_history","cached_images_and_files","autofill","hosted_app_data"], | |
| "ClickToCallEnabled": false, | |
| "CloudAPAuthEnabled": false, | |
| "CloudPrintProxyEnabled": false, | |
| "CreateThemesSettings": 2, | |
| "DefaultBrowserSettingEnabled": false, | |
| "DefaultSensorsSetting": 2, | |
| "DevToolsGenAiSettings": 2, | |
| "DnsOverHttpsMode": "secure", | |
| "DnsOverHttpsTemplates": "https://freedns.controld.com/p1", | |
| "EnableMediaRouter": false, | |
| "ExtensionAllowedTypes": ["extension", "theme"], | |
| "ExtensionDeveloperModeSettings": 1, | |
| "GeminiSettings": 1, | |
| "GenAILocalFoundationalModelSettings": 1, | |
| "GoogleSearchSidePanelEnabled" : false, | |
| "HelpMeWriteSettings": 2, | |
| "HistoryClustersVisible": false, | |
| "HistorySearchSettings": 2, | |
| "HttpsOnlyMode": "force_enabled", | |
| "LensOverlaySettings": 1, | |
| "LensRegionSearchEnabled": false, | |
| "LiveTranslateEnabled": false, | |
| "MediaRecommendationsEnabled": false, | |
| "MetricsReportingEnabled": false, | |
| "NativeMessagingBlocklist": ["*"], | |
| "NetworkPredictionOptions": 2, | |
| "NetworkServiceSandboxEnabled": true, | |
| "NTPCardsVisible": false, | |
| "PasswordLeakDetectionEnabled": false, | |
| "PasswordManagerEnabled": true, | |
| "PaymentMethodQueryEnabled": false, | |
| "PrivacySandboxAdMeasurementEnabled": false, | |
| "PrivacySandboxAdTopicsEnabled": false, | |
| "PrivacySandboxPromptEnabled": false, | |
| "PrivacySandboxSiteEnabledAdsEnabled": false, | |
| "PromotionsEnabled": false, | |
| "ProtectedContentIdentifiersAllowed": false, | |
| "RelatedWebsiteSetsEnabled": false, | |
| "RemoteAccessHostAllowRemoteAccessConnections": false, | |
| "RemoteAccessHostAllowRemoteSupportConnections": false, | |
| "RemoteAccessHostFirewallTraversal": false, | |
| "RemoteDebuggingAllowed": false, | |
| "SafeBrowsingDeepScanningEnabled": false, | |
| "SafeBrowsingExtendedReportingEnabled": false, | |
| "SafeBrowsingSurveysEnabled": false, | |
| "SearchSuggestEnabled": false, | |
| "ShoppingListEnabled": false, | |
| "ShowFullUrlsInAddressBar": true, | |
| "SitePerProcess": true, | |
| "SpellCheckServiceEnabled": false, | |
| "SyncDisabled": true, | |
| "TabCompareSettings": 2, | |
| "TLS13EarlyDataEnabled": false, | |
| "UrlKeyedAnonymizedDataCollectionEnabled": false, | |
| "UrlKeyedMetricsAllowed": false, | |
| "UserAgentReduction": 2, | |
| "UserFeedbackAllowed": false, | |
| "WebRtcIPHandling": "disable_non_proxied_udp", | |
| "WebRtcTextLogCollectionAllowed": false | |
| } |