mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
OPTIONS requests are now only handled by this middleware if `bypassCors` is true, in which case permissive CORS headers are added. If `bypassCors` is false, OPTIONS requests will proceed to subsequent middleware instead of returning an empty 204 response.