1
0
mirror of synced 2026-09-12 20:25:06 +00:00
Files
spring-security/web
Robert Winch 0ca2c39244 Ignore Chrome DevTools well-known probe in default RequestCache
Chrome DevTools itself (not the loaded page, and not the user)
requests /.well-known/appspecific/com.chrome.devtools.json when
DevTools is open against a page, as part of the Automatic Workspace
Folders feature, to map a local project folder for live source
editing. This request is tooling-driven, not user navigation, so it
should never be able to become the URL a user is redirected to after
authenticating.

Closes gh-19694
2026-09-09 14:12:56 -05:00
..