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
Beware to only use this header check when the headers can be trusted!
(ie: if the xpra server is only reachable via a proxy server that will validate / set the headers in question)
For example, we should be able to enforce SSL.
The proxy can give us
X-Forwarded-Proto
and we should be able to rejecthttp
.Related to #4437 and #4435.
The text was updated successfully, but these errors were encountered: