mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-22 19:45:15 +08:00
- Added `opts.OriginalRequest` handling to `applyResponseInterceptors` for improved context passing. - Introduced new test `TestApplyJSBeforeRequestUsesReturnedCtxBody` to validate JavaScript interceptor behavior. - Updated JavaScript-based handler to safely rewrite sensitive content and headers in requests. - Refined interceptor logic to ensure consistent state retention across request processing.