[Webkit-unassigned] [Bug 256472] Incorrect Sec-Fetch-Site values on iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 16 13:17:17 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256472

--- Comment #3 from Patrick Griffis <pgriffis at igalia.com> ---
So the problem is pretty clear in that `CachedResourceLoader::computeFetchMetadataSite()` should not be using referrer information to calculate this.

I'm having a hard time finding information to detect if a navigation was "user-initiated" though.

All the APIs that seem interesting like:

- DocumentLoader::lastNavigationWasAppInitiated()
- Navigation::wasUserInitiated()
- LocalFrame::hasHadUserInteraction()

All return not useful values on macOS Safari.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230516/639d23dc/attachment.htm>


More information about the webkit-unassigned mailing list