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
After setting X-Frame-Options header in Settings -> All settings -> Webserver -> webserver.headers, requests should be getting the desired value in responses.
Actual behavior / bug
Whatever value I set it to, I always receive x-frame-options: SAMEORIGIN in responses.
Additional context
Setting other headers seem to be working - I tried clearing everything else and leaving only frame options, and in fact the other headers were removed.
The text was updated successfully, but these errors were encountered:
What seems suspicious to me is that you are quoting the header key all lowercase, however, FTL sends them like in my two examples. Can it be that you have some reverse proxy (or similar) in between which is messing with the headers?
Versions
Platform
Expected behavior
After setting
X-Frame-Options
header in Settings -> All settings -> Webserver -> webserver.headers, requests should be getting the desired value in responses.Actual behavior / bug
Whatever value I set it to, I always receive
x-frame-options: SAMEORIGIN
in responses.Additional context
Setting other headers seem to be working - I tried clearing everything else and leaving only frame options, and in fact the other headers were removed.
The text was updated successfully, but these errors were encountered: