Reports that Chrome’s cookie and site data controls do not apply evenly to some Google-operated domains have resurfaced. The specifics are unconfirmed, but the recurring question is whether a browser vendor should treat its own services differently.
Key takeaways
- A recurring claim among developers is that Chrome’s site data controls appear not to apply uniformly to some domains operated by Google, the company that makes the browser.
- The precise technical mechanism behind the current round of discussion is not established, and it is not clear from the public conversation how many users would notice any difference.
- Browsers store far more than cookies, so a setting described as clearing “site data” covers several distinct storage systems that behave differently.
- The underlying issue is structural rather than incidental: the same organisation writes the browser’s privacy controls and operates services that those controls govern.
- Whether any exemption is deliberate self-preferencing, a side effect of sign-in and synchronisation features, or a defect is exactly the point on which informed observers disagree.
What is actually being reported?
The claim circulating among developers is that Chrome’s controls for site data — the settings that let a user block, restrict or automatically clear cookies and locally stored data — do not apply uniformly to every site. Specifically, the report is that certain Google-operated domains continue to retain data in situations where the user’s chosen setting would suggest otherwise.
Similar observations have been made about Chrome at intervals over several years, and each round follows a comparable arc: someone notices a discrepancy between a setting’s plain-language description and the browser’s observable behaviour, publishes the finding, and a debate follows about whether the behaviour is a deliberate exemption, a side effect of how sign-in and synchronisation are implemented, or a straightforward bug.
The precise technical mechanism in the current instance is not established here, and the extent to which it affects ordinary browsing cannot be verified from the discussion alone. What can be said is that the underlying question is stable and recurring: whether a browser made by a company that also operates some of the web’s largest services treats those services the same way it treats everyone else’s.
Why is this surfacing again now?
There is no verified regulatory action or vendor announcement attached to the current wave of attention. What drove it is the ordinary mechanics of a technical community: an observation was posted, it accumulated votes and comments, and it reached the front page of an aggregator that many engineers read daily. The word “again” in the framing is doing most of the work — the interest comes partly from the sense that this is a repeat rather than a novelty.
Two broader currents make such a post land harder than it might have a decade ago. The first is a long-running argument about tracking technologies on the web, in which changes to how browsers handle cookies have been contested by advertisers, publishers and privacy researchers alike. The second is sustained competition and consumer-protection scrutiny of large technology firms in several jurisdictions, which has trained a general audience to read any first-party carve-out as potential self-preferencing rather than a technical footnote. Against that backdrop, a discrepancy between a checkbox’s label and a browser’s behaviour is read as a governance question, not only an engineering one.
The background a newcomer needs
“Site data” is a broader category than most people assume. Cookies are small pieces of text a site asks the browser to store and send back on later visits, and they are the best-known form. But modern browsers also expose local storage, IndexedDB databases, service worker registrations and their caches, and several smaller mechanisms. A site can persist information in any of them, and clearing one does not necessarily clear the others.
Browsers therefore offer layered controls: a one-off “clear browsing data” action, per-site permissions, an option to discard data when the browser closes, and separate handling of third-party cookies — those set by a domain other than the one shown in the address bar. Each control has its own scope, and the scopes do not perfectly overlap.
Two further complications matter. Sign-in state is itself stored as site data, so aggressive clearing logs users out; browsers and services both build workarounds to reduce that friction. And browser engines carry lists of special cases for compatibility, security and internal features. A special case is not automatically improper — but a list that a user cannot inspect or override is difficult to audit from outside.
Who is affected, and how?
The most directly affected group is small: users who deliberately change the defaults, expecting a clean slate on each session or on closing the browser. For them, a setting that does not behave as described is a broken promise, and the practical consequence is that identifiers they intended to discard may persist.
A second group is institutional. Organisations that configure browsers centrally — schools, public bodies, regulated businesses — sometimes rely on data-clearing behaviour as part of a documented control. If the behaviour has undocumented exceptions, the control is weaker than the paperwork claims, regardless of intent.
Web developers are affected differently. They test against browser behaviour, and inconsistencies between what a setting says and what it does complicate debugging.
The large majority of users are affected only indirectly. Most never open these settings, so their data-retention experience is governed by defaults rather than by any exemption. That is worth stating plainly, because it cuts both ways: it limits the immediate practical harm, and it means the significance of the issue is mainly about trust in the browser’s own descriptions.
Where informed observers disagree
The sharpest disagreement is about intent. One reading treats any first-party exemption as self-preferencing: the vendor’s services get an advantage in data persistence that a competitor’s cannot request. The opposing reading is prosaic — sign-in, synchronisation, safe-browsing and update mechanisms are implemented against specific domains, and code that keeps those working can look like favouritism from the outside without being designed as such.
A second disagreement is about materiality. Some argue that if a user is signed into an account, the account itself is the durable identifier and local storage details change little. Others counter that this reasoning would excuse any inconsistency, and that a setting should mean what it says irrespective of whether the deviation is consequential.
A third concerns remedies. Some hold that browser engines should never hard-code domain-specific behaviour into user-facing privacy controls, full stop. Others accept narrow exceptions provided they are documented, enumerable and overridable. The practical distance between those positions is smaller than the rhetoric suggests: both point towards transparency as the minimum.
What this means in practice
The useful conclusion is not “abandon this browser” but “do not treat a settings label as a guarantee”. Anyone relying on data clearing for a real requirement should verify the outcome directly rather than infer it, using the browser’s own storage inspector or a separate check, and should repeat that verification after major updates.
For stronger separation, structural approaches remain more reliable than settings. Separate browser profiles for separate activities, private or guest windows for one-off sessions, and different browsers for different purposes all constrain data reuse without depending on a single control behaving correctly. Enterprise administrators should treat policy-based configuration as something to test and evidence rather than assume.
It is also worth resisting overcorrection. A discrepancy in one browser’s site data handling is not evidence of covert surveillance, and the discussion has not established one. The proportionate response is scepticism about a specific mechanism, not a general conclusion about a product or the people who build it.
What to watch next
Three signals will indicate whether this round differs from previous ones. The first is documentation: whether the browser’s help pages or its open-source project describe the scope and exceptions of the site data settings in enough detail that the behaviour can be predicted rather than discovered. The second is the public issue tracker — whether the observation is filed, reproduced and either fixed or explained, since an open-source engine allows that process to happen in view.
The third is regulatory. Competition and data-protection regimes in several jurisdictions have taken an interest in how default settings and first-party advantages work in practice, and browser privacy controls sit squarely within that interest. Whether any authority takes up this particular point is unknown.
A fourth thing to watch is downstream: browsers built on the same engine sometimes strip vendor-specific behaviour, and their changelogs can be a practical guide to what special cases exist.
Frequently asked questions
Does Chrome ignore my privacy settings?
That is not established. The circulating claim is narrower: that certain settings governing cookies and site data may not apply identically to some domains operated by the browser’s own vendor. The technical details of the current report are unverified, and the number of users who would notice a difference is unknown. The safest reading is that a settings label describes intent, and the actual behaviour is worth checking rather than assuming.
What counts as “site data” in a browser?
More than cookies. Site data typically covers cookies plus local storage, session storage, IndexedDB databases, cache storage and registered service workers, and sometimes additional mechanisms. Each is a distinct place a website can keep information between visits. Clearing one does not necessarily clear the others, which is why a control described in a single phrase can behave in ways that surprise people who equate site data with cookies alone.
How can I check what a site has stored?
Most desktop browsers include developer tools with a storage or application panel that lists cookies and other stored data for the current site. Browser settings also usually offer a per-site view showing how much data a site holds and an option to delete it. Checking before and after using a clearing control is the direct way to confirm what a setting actually did on your own machine.
Is a browser allowed to treat its own services differently?
There is no single answer, because it depends on jurisdiction and on what the differential treatment does. Competition rules in some regions address self-preferencing by large platforms, and consumer-protection rules address settings that mislead. Whether a specific technical exemption falls under either is a legal question that would need a specific finding. Nothing here establishes that any rule has been breached.
Would switching browsers solve this?
It changes which vendor’s judgement you rely on rather than removing the reliance. Every browser makes undisclosed implementation choices, and several popular ones are built on the same underlying engine. Browsers with no affiliated advertising or account business have fewer structural incentives to create first-party exemptions, which some users find reassuring. Structural habits — separate profiles, private windows — help regardless of which browser you choose.
Why does this keep coming up?
Because the underlying condition does not change. The same organisation writes the browser’s privacy controls and operates services those controls govern, so any inconsistency between the two is read through that relationship. Each time someone notices a discrepancy, the same argument recurs about intent, materiality and remedy. Until the scope of the settings is documented precisely enough to be predictable, the pattern is likely to repeat.
Sources and further reading
- Hacker News — the technical discussion thread where the observation circulated and was debated by developers.
- The Chromium open-source project — its public issue tracker and source repository, where browser behaviour and special cases can in principle be inspected.
- Official Chrome help and enterprise policy documentation — the vendor’s own description of what the cookie and site data settings are intended to do.
- Web standards and privacy documentation from bodies such as the W3C and independent browser-privacy researchers — background on storage mechanisms and cross-site tracking.
Surfaced from the hackernews signal “browser privacy setting inconsistency”. AI-assisted draft, editorially reviewed.

