Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: detect https protocol in development
We use https for development at Webstudio. While setup we found somes requests always have "http" protocl. Turns out origin is not sent with get requests and node-adapter falls back into "http". Here added https detection based on express internals.
- Loading branch information