We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP headers let the client and the server pass additional information with an HTTP request or response. HTTP headers
In thanos there is a flag with http.config but does not include https://thanos.io/tip/operating/https.md/
Prometheus has similar flag that include http headers: https://prometheus.io/docs/prometheus/latest/configuration/https/
Implement headers.
Example: web: { httpConfig: { headers: { xFrameOptions: "DENY", }, }, },
Prometheus http headers PR
The text was updated successfully, but these errors were encountered:
Can i work on this issue?
Sorry, something went wrong.
@Vanshikav123 Hi sure, but we need feedback from other members to know if it is needed.
Hello @yeya24 please confirm that if this is needed or not.
I'd like to vote for this as well. I'm getting warnings from a Qualys security scanner https://success.qualys.com/support/s/article/000002924 about these missing HTTP response headers:
X-Content-Type-Options "nosniff" Strict-Transport-Security "max-age=31536000; includeSubDomains"
No branches or pull requests
HTTP Security Headers are not implemented
HTTP headers let the client and the server pass additional information with an HTTP request or response. HTTP headers
In thanos there is a flag with http.config but does not include https://thanos.io/tip/operating/https.md/
Solution
Prometheus has similar flag that include http headers: https://prometheus.io/docs/prometheus/latest/configuration/https/
Implement headers.
Additional context
Prometheus http headers PR
The text was updated successfully, but these errors were encountered: