0ca2c39244
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