Urgent.News

What's breaking now, across thousands of outlets.

Tech

Chrome again exempts Google from user site data settings

Six years ago, a blog post was published detailing a Chrome bug that inadvertently exempted Google sites from automatic deletion of site data. The post gained significant attention from various sources such as Hacker News, The Register, The Verge, and Gizmodo. Google later fixed the bug. However, the issue resurfaced recently.

The reporter tried reproducing the problem on two different Macs using Chrome version 152.0.7977.83. They changed the default search engine to DuckDuckGo, ensuring it wasn't the cause. They found that despite not being signed into Chrome and disallowing Chrome sign-in, some Google.com site data persisted even after closing the browser window. Deleting the Google site data and repeating the process led to the same result.

The reported data consisted of Cookies, Local Storage, and Session Storage. It's unclear when this issue was introduced. The reporter uses Safari as their primary browser but frequently uses Chrome and Firefox for testing. They suggest attributing the issue to Hanlon's razor rather than conspiracy theories, but they don't rule out Google's potential incompetence due to its scale and resources.

The reporter attributes the situation to Hanlon's razor before questioning Google's handling of the issue. They propose better QA and unit testing, and suggest that Google should consider breaking up its search monopoly. The reporter also notes that when not signed into Google, search results are now opaque and far from the actual site URLs.

Written by urgent.news from Hacker News'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 →