Skip to content

Instantly share code, notes, and snippets.

@KenVanHoeylandt
Last active October 30, 2025 19:03
Show Gist options
  • Select an option

  • Save KenVanHoeylandt/aefa60cdb35d28594b8dfe3193edc28c to your computer and use it in GitHub Desktop.

Select an option

Save KenVanHoeylandt/aefa60cdb35d28594b8dfe3193edc28c to your computer and use it in GitHub Desktop.
Chrome hardening policies
{
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment