WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
313716
Preserve sticky user activation across same-origin navigations, block carry-over through cross-origin redirects
https://bugs.webkit.org/show_bug.cgi?id=313716
Summary
Preserve sticky user activation across same-origin navigations, block carry-o...
klee
Reported
2026-04-29 23:14:09 PDT
Implement sticky user activation carry-over for same-origin navigations, as proposed in whatwg/html#11454. When a page navigates to another same-origin page, sticky activation(hasBeenActive) should be preserved. However, sticky activation should NOT be carried over when the navigation involves a cross-origin redirect(A -> B -> A2), to prevent confused deputy attacks. Upstream WPT tests: - html/user-activation/navigate-to-sameorigin.html (verifies sticky activation is preserved across same-origin navigations) - html/user-activation/navigate-to-crossorigin-redirect.html (verifies sticky activation is NOT preserved through cross-origin redirects) Related: -
Bug 312241
(WPT test import, resolved) -
Bug 312719
(eventSender popup window support, required for running the tests) - Spec PR:
https://github.com/nicolo-ribaudo/tc39-proposal-structs/pull/11454
Attachments
Add attachment
proposed patch, testcase, etc.
klee
Comment 1
2026-04-29 23:25:39 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63952
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug