amal66 locks Mike's browser access to known doors
A tighter web-access policy reduces the chance that a hostile website can read data from an authenticated Mike session.
amal66 has replaced a permissive browser-access setting with a production allowlist: only approved web frontends can ask a browser to expose authenticated API responses.
Requests from an unrecognised website are quietly denied at the browser boundary, rather than producing noisy server errors. The change also narrows which request methods and headers a browser may use, while keeping legitimate frontend access and server-to-server use intact. Coverage checks both the approved route and the denied route, including the fact that a blocked request does not turn into a server failure.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?