Urgent.News

What's breaking now, across thousands of outlets.

Tech

Chrome again exempts Google from user site data settings

Article URL: https://lapcatsoftware.com/articles/2026/9/1.html Comments URL: https://news.ycombinator.com/item?id=49581870 Points: 260 # Comments: 39

In a recent development, Google Chrome has once again exempted Google sites from user-selected data deletion settings. This issue, reminiscent of a previous bug, has been observed on two separate Mac computers running Chrome version 152.0.7977.83. Despite changing the default search engine to DuckDuckGo and ensuring no Chrome sign-in was enabled, Google-owned sites, primarily www.google.com, still retained saved data even after closing the browser.

The saved data includes cookies, local storage, and session storage, contradicting the default behavior of the Chrome setting to delete all site data when all windows are closed. The problem persists even after closing and reopening Chrome, as well as deleting the Google site data and repeating the process. The only known site currently exempt from this setting is www.google.com.

Given the company's size and resources, some speculate that this issue may be due to a lack of adequate quality assurance or testing. Regardless, the situation highlights the ongoing concerns about Google's monopolistic control over the internet search market.

Written by urgent.news from Hacker News Best's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at lapcatsoftware.com →

More in Tech

Saving a Real File From Flutter Web, Instead of Downloading Another Copy

Build an editor on Flutter Web. The user opens budget.csv , edits it, hits save. They get budget.csv in their Downloads folder. They edit again, save again: budget (1).csv . Again: budget (2).csv .

  • Default behavior in Flutter Web creates new file copy.
  • File System Access API enables direct file modification.
  • API grants file handle for reading and writing.

Introducing TaxUI: A Modern Declarative HTML & CSS Framework with Zero JavaScript

Hey fellow developers! 👋 Like many of you, I've spent countless hours configuring build tools, writing endless strings of utility classes, or importing heavy JavaScript bundles just to achieve basic…

  • TaxUI is a JavaScript-free framework for modern web development.
  • Uses declarative HTML attributes for component building.
  • Lightweight at 14.8 KB gzipped, with sub-bundles as small as 1.4 KB.

Markdown Tricks for Cleaner Docs

Write Docs People Actually Enjoy Reading Markdown is everywhere: READMEs, wikis, API docs, even internal memos. But most of what I see is plain and underused.

More from Saturday 5 September →