Chrome again exempts Google from user site data settings

3 min read Original article ↗
Jeff Johnson (My apps, PayPal.Me, Mastodon)

September 5 2026

Six years ago I published a blog post Chrome exempts Google sites from user site data settings that received quite a bit of attention: Michael Tsai, Hacker News The Register, The Verge, and Gizmodo, among others. The blog post was about a Google Chrome bug that mysteriously exempted Google-owned sites from the setting to automatically delete all site data. Eventually, spurred by my report, Google did fix the bug.

You can probably guess why I’m writing about the bug again: I’ve noticed Chrome doing something similar now. I’ve reproduced this new issue on two different Macs with Chrome version 152.0.7977.83. For testing purposes, I changed the default search engine in Chrome from Google to DuckDuckGo, just to make sure that this setting was not the cause.

Search DuckDuckGo or type a URL

On-device site data settings (chrome://settings/content/siteData) shows that the Default behavior is to Delete data sites have saved to your device when you close all windows.

On-device site data

I’m not signed into Chrome and indeed disallow Chrome sign-in.

Google services

You can see on chrome://settings/content/all that no site data is saved.

Total storage used by sites: 0 B

Now I do a Google search.

This is a test

Then I close the one and only window in Chrome.

Returning to chrome://settings/content/all, I find some google.com site data! This data persists even if I quit and relaunch Chrome.

Total storage used by sites: 1,216 KB

If I delete the Google site data and repeat the whole process, the same issue occurs again.

Delete site data and permissions for www.google.com and its installed app?

As far as I can tell, www.google.com is the only site exempted by Chrome. Looking inside the ~/Library/Application Support/Google/Chrome/Default folder, it appears that the saved site data consists of Cookies, Local Storage, and Session Storage.

I’m not certain when this issue was introduced. My default web browser is Safari, so I don’t use Chrome full-time, though I do use it (and Firefox) frequently for testing.

I’m personally inclined to cite Hanlon’s razor here rather than engage in conspiracy theories. Nonetheless, Google has no excuse for incompetence either, especially given the amount of money made by the company (which I’ll always call Google, not Alphabet) and its engineers. They can avoid receiving bad publicity from me by improving their QA. Perhaps some kind of unit tests for this feature? Move slower and don’t break things.

I wish the government would move fast and break up the Google Search monopoly. Don’t even get me started about how when you’re not signed in to Google, all Google Search results are now opaque https://www.google.com/goto?url= garbage rather than the site URLs!

Jeff Johnson (My apps, PayPal.Me, Mastodon)