You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since wave===1.4.0 it is possible to use wildcard in allowed_origins.
This allows to use llm-studio on cloud based instances that forward a local port to a https link.
It would be useful to update wave and add one of the following options
mention this option in README
add H2O_WAVE_ALLOWED_ORIGINS = "*" to the startup make command (not sure if this is security compliant)
🚀 Feature
Since wave===1.4.0 it is possible to use wildcard in allowed_origins.
This allows to use llm-studio on cloud based instances that forward a local port to a https link.
It would be useful to update wave and add one of the following options
H2O_WAVE_ALLOWED_ORIGINS = "*"
to the startup make command (not sure if this is security compliant)Motivation
Allows for seamless cloud usage, see also here.
The text was updated successfully, but these errors were encountered: