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
Hi All,
Chronos Version : 2.5.0
We are using mesos chronos 2.5.0 on production,
We are trying to add a response header for Chronos Web UI requests.
eg: I have added response.addHeader(“X-FRAME-OPTIONS”, “DENY”); into CorsFilter.scala
But it only works for /scheduler/* requests. i want the same for /* requests too.
I looked into mesosphere.chaos.http package and found the assets(index.html) are served from DefaultServelet ( correct me if I'm wrong )
It would be better if anyone show me the way to add response headers for all requests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
Chronos Version : 2.5.0
We are using mesos chronos 2.5.0 on production,
We are trying to add a response header for Chronos Web UI requests.
eg: I have added
response.addHeader(“X-FRAME-OPTIONS”, “DENY”); into CorsFilter.scala
But it only works for /scheduler/* requests. i want the same for /* requests too.
I looked into mesosphere.chaos.http package and found the assets(index.html) are served from DefaultServelet ( correct me if I'm wrong )
It would be better if anyone show me the way to add response headers for all requests.
The text was updated successfully, but these errors were encountered: