You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict URL push payloads to http and https schemes (#4595)
Reject data:, javascript:, and other non-http(s) URI schemes when creating URL pushes. Prevents redirect-based XSS via trusted push links (GHSA-76c2-66pg-fj2f).
0 commit comments