Family Encyclopedia >> Electronics

How to Allow or Block Cookies for Specific Sites in Google Chrome Using Group Policy

As a Windows IT professional with years of experience managing Chrome deployments, I recommend using the Local Group Policy Editor for precise cookie control on specific websites. This method requires the Chrome Group Policy templates, available from chromeenterprise.google. Note: Group Policy is available on Windows Pro, Enterprise, or Education editions. If settings are locked, this bypasses restrictions without needing direct access to Chrome's menu.

Step-by-Step Guide: Allow or Block Cookies on Specific Sites

Follow these proven steps to configure site-specific cookie permissions:

  1. Press Win + R to open the Run dialog.
  2. Type gpedit.msc and press Enter.
  3. Navigate to: Computer Configuration > Administrative Templates > Google Chrome > Content settings.
  4. To allow cookies, double-click Default cookies setting or Allow cookies on these sites (exact name per template).
  5. Select Enabled.
  6. Click Show..., add site URLs (e.g., *.example.com), then OK.
  7. Click OK to apply.
  8. For blocking, repeat for Block cookies on these sites: Enable, Show..., add sites, OK.

Restart Chrome or run gpupdate /force in Command Prompt for changes to take effect. Here's the detailed path visualization:

Computer Configuration > Administrative Templates > Google Chrome > Content settings

Key policies on the right:

  • Allow cookies on these sites (or DefaultCookiesAllowlist)
  • Block cookies on these sites (or DefaultCookiesBlocklist)

How to Allow or Block Cookies for Specific Sites in Google Chrome Using Group Policy

This approach ensures enterprise-grade control, trusted by IT admins worldwide. For Registry alternatives, search Chrome Enterprise docs.