Open Totati opened 1 year ago
Hi @crisbeto, would love to work on it if no one else working on this issue.
@crisbeto the issue lies within the server's Content-Security-Policy response header. The img-src part of it is configured wrong:
img-src 'self' 'data:' *;
The error here is that data: is wrapped in quotes, when it shouldn't be:
img-src 'self' data: *;
You can verify this by testing the CSP string against any online CSP validator tool, e.g. https://cspvalidator.org/
There's nothing we can do on the frontend side to fix this, so I guess this ticket should be handled internally?
Documentation Feedback
The
background-image
used for indicating selection does not work. There's an error on the console:https://user-images.githubusercontent.com/17689719/202701346-e7d7c98d-5d0c-4abb-9088-cbf1f94a0097.mp4
Affected documentation page
https://material.angular.io/cdk/listbox/examples