Description
There is an error globally around certain images being blocked due to violating the Content Security Policies. To address this, there needs to be a change in the jetty.xml to add the data: directive to img-src. The complete entry should look like this: img-src 'self' data:
The main issue is that this error could lead to more challenges for some users of Solr if observed by their internal security teams even though it's not much of an issue. I could not identify which specific images were blocked.
To reproduce, you can build master and visit the Admin UI and check the browser console.
Attachments
Attachments
Issue Links
- links to