1
0
mirror of synced 2026-09-12 20:25:06 +00:00
Files
spring-security/web
Robert Winch d6363f2d3e Ignore web app manifest requests in default RequestCache
Chrome, Edge, and other Chromium-based browsers asynchronously fetch
a page's web app manifest (manifest.json or manifest.webmanifest)
shortly after page load to evaluate PWA installability. This is a
fire-and-forget background request that should never become the URL
a user is redirected to after authenticating.

Closes gh-19695
2026-09-09 14:00:19 -05:00
..