Skip to content

Instantly share code, notes, and snippets.

@rwp0
Last active May 30, 2023 15:37
Show Gist options
  • Save rwp0/47f1c4c21e425b8056e94fc97cf123cc to your computer and use it in GitHub Desktop.
Save rwp0/47f1c4c21e425b8056e94fc97cf123cc to your computer and use it in GitHub Desktop.
Google Chrome Policies for Unix (JSON) and Windows (REG) with Google SafeSearch and Youtube Restrict
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"ForceGoogleSafeSearch"=dword:00000001
"ForceYouTubeRestrict"=dword:00000001
"SafeSitesFilterBehavior"=dword:00000001
"AutoplayAllowed"=dword:00000000
"DefaultImagesSetting"=dword:00000002
"ShowFullUrlsInAddressBar"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ImagesAllowedForUrls]
; https://chromeenterprise.google/policies/#ImagesAllowedForUrls
; Google services
"1"="https://www.google.com/maps"
"2"="https://translate.google.com/"
{
"ForceGoogleSafeSearch": true,
"ForceYouTubeRestrict": 1,
"SafeSitesFilterBehavior": 1,
"AutoplayAllowed": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment