[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-29 (世界標準時間)。"],[[["Storage Access Headers (SAH) are new HTTP headers in Chrome 133 that allow embedded content to check for unpartitioned cookie access, improving upon the previous JavaScript-only method."],["The `Sec-Fetch-Storage-Access` request header indicates the embed's cookie access permission status, with values such as `none`, `inactive`, and `active`."],["The `Activate-Storage-Access` response header instructs the browser to either retry the request with cookies or load the resource directly with the Storage Access API (SAA) activated."],["SAH offers key advantages like supporting non-iframe embeds, reducing network and CPU usage, and improving user experience by eliminating disruptive intermediate loads."],["Developers can update their code to leverage SAH for better performance with subsequent `storage-access` requests or if their logic depends on the `Origin` header's presence."]]],["Storage Access Headers (SAH), shipping in Chrome 133, are new HTTP headers enhancing embedded content's unpartitioned cookie access, previously only available via JavaScript. `Sec-Fetch-Storage-Access` indicates cookie access status (`none`, `inactive`, `active`) in requests. `Activate-Storage-Access` directs browsers to `load` resources with granted access or `retry` with permission activation. SAH supports non-iframe embeds, reduces network and CPU usage, and improves UX. Developers can update code to leverage header logic and are encouraged to provide feedback.\n"]]