[ https://issues.apache.org/jira/browse/SOLR-15453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Houston Putman resolved SOLR-15453. ----------------------------------- Fix Version/s: main (9.0) Assignee: Houston Putman Resolution: Fixed > Harmless Security Error Could Cause Issues for some Users > --------------------------------------------------------- > > Key: SOLR-15453 > URL: https://issues.apache.org/jira/browse/SOLR-15453 > Project: Solr > Issue Type: Improvement > Components: Admin UI, security > Affects Versions: main (9.0), 8.8.2 > Reporter: Marcus Eagan > Assignee: Houston Putman > Priority: Major > Fix For: main (9.0) > > Attachments: example_security_policy.png, main_branch.png > > Time Spent: 10m > Remaining Estimate: 0h > > 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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org