| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Enables the option to specify safe remote addresses using WEBSOCKET_ALLOWED_HOSTS enviroment variables. Defaults to the secure only localhost.
Reviewer's guide (collapsed on small PRs)
Reviewer's GuideIntroduce a WEBSOCKET_ALLOWED_HOSTS environment variable to control which remote IPs can establish WebSocket connections, defaulting to localhost, and update the EIO handshake to use this dynamic list. File-Level Changes
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Introduces the ability to specify allowed remote IPs for WebSocket connections via the WEBSOCKET_ALLOWED_HOSTS environment variable.
The variable should contain a comma-separated string of addresses. If not set, the behavior defaults to allowing localhost connections only.
This change further enhances the security measures introduced in #1802.
Summary by Sourcery
Enable customizable security for WebSocket connections by allowing remote IP whitelisting via an environment variable with a fallback to localhost
New Features:
Enhancements:
Documentation: