Adarshvk98 opened a new pull request, #3988: URL: https://github.com/apache/incubator-kie-tools/pull/3988
Extended Services set no HTTP security headers, so every response was missing `X-Content-Type-Options`. Without it, browsers can MIME-sniff a response away from its declared `Content-Type`. One Quarkus property adds `nosniff` to every endpoint, including `/jitdmn/*`, `/jitbpmn/*`, `/ping`, and error responses. `PingResourceTest` asserts the header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
