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
In app.js, to detect whether or not the application should proxify the request to the remote openhab, it looks at the domain name, and check if it starts with "home." or "remote.".
That a bad practice imho. It should simply check the domain against the proxyHost set in the configuration. Or at the very least, keep the check with "home." and "remote.", but include a check with the configured proxyHost
(Also, it'd be great for proxyHost to be documented in the README.md)
The text was updated successfully, but these errors were encountered:
In
app.js
, to detect whether or not the application should proxify the request to the remote openhab, it looks at the domain name, and check if it starts with "home." or "remote.".That a bad practice imho. It should simply check the domain against the proxyHost set in the configuration. Or at the very least, keep the check with "home." and "remote.", but include a check with the configured proxyHost
(Also, it'd be great for proxyHost to be documented in the README.md)
The text was updated successfully, but these errors were encountered: