()
| 177 | }; |
| 178 | |
| 179 | const sendCancelledResponseIfPending = () => { |
| 180 | sendFailureResponse("OAuth flow cancelled"); |
| 181 | }; |
| 182 | |
| 183 | const server = http.createServer((req, res) => { |
| 184 | // Optionally reject non-loopback connections (Codex sets validateLoopback: true). |
no test coverage detected