ppalaga opened a new issue #1770: URL: https://github.com/apache/camel-quarkus/issues/1770
On the following pages, our inline scripts are not executed and the messages at the bottom is logged in the browser console. https://camel.apache.org/camel-quarkus/latest/reference/index.html https://camel.apache.org/camel-quarkus/latest/reference/components.html https://camel.apache.org/camel-quarkus/latest/reference/dataformats.html https://camel.apache.org/camel-quarkus/latest/reference/languages.html https://camel.apache.org/camel-quarkus/latest/reference/others.html ``` Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-PPMi8VLo0ZROhhejq3CPU1VMiMp3fnflvCMZNGuLhbU='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. ``` As a result, the pages show no component counts:  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org