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
I've had a couple people ask about this. The idea is to configure a server to send some custom HTTP header response for every request such as adding an X-Frame-Options to every request. I don't know if it's possible or easy, but there might be usefulness in being able to block (or unset I think it's called in Apache) certain HTTP headers that may have been set upstream in the request.
The text was updated successfully, but these errors were encountered:
I ended up adding the cookie httpOnly and secure headers by hand. Pretty easy. We could do a header-set="List=Of,Header=Values" and header-unset="List,Of,Headers" perhaps?
I've had a couple people ask about this. The idea is to configure a server to send some custom HTTP header response for every request such as adding an
X-Frame-Options
to every request. I don't know if it's possible or easy, but there might be usefulness in being able to block (or unset I think it's called in Apache) certain HTTP headers that may have been set upstream in the request.The text was updated successfully, but these errors were encountered: