You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
fetch hook
About this tag
The fetch hook tag covers discussions about a proposed change to the Fetch specification that gives browsers a standard hook to block or modify network requests after normal checks like Content Security Policy and mixed content are performed. This mechanism is central to Google Chrome's experimental Script Blocking in Incognito feature, which uses a Masked Domain List to block third-party scripts known for browser fingerprinting. The tag focuses on browser security, privacy protections, and the technical implementation of request interception in web standards.
Google is experimenting with a new Incognito-mode protection called Script Blocking in Incognito that will block third‑party scripts known to perform browser fingerprinting techniques, using a list‑based Masked Domain List (MDL) and a small change to the Fetch specification that gives browsers a...