Trying to add http headers | X-Frame-Options | X-XSS-Protection | Upgrade-Insecure-Requests #1258
Unanswered
daniel8800
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, sorry to bother but I'm trying to add those http headers (in httpd) but I don't know if I can do that or how can I do it.
The headers I'm trying to add are the following:
X-XSS-Protection: 1; mode=block
X-Frame-Options: deny
Upgrade-Insecure-Requests: 1
Hope you can help me with this question.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions