We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about:blank
The AttachmentContainer is falling back to using an image source of about:blank for previewUrl.
previewUrl
stream-chat-react/src/components/Attachment/AttachmentContainer.tsx
Line 130 in 24d2a4d
Line 165 in 24d2a4d
This can cause the following CSP violation.
img-src: csp_violation: 'about' blocked by 'img-src' directive
Can we drop this fallback and not render the image if none is provided in the default ImageComponent?
stream-chat-react/src/components/Gallery/Image.tsx
Line 43 in 24d2a4d
The text was updated successfully, but these errors were encountered:
@dillonstreator thank you for reporting the issue. Could you please clarify, where those errors are logged, please?
Sorry, something went wrong.
No branches or pull requests
The AttachmentContainer is falling back to using an image source of
about:blank
forpreviewUrl
.stream-chat-react/src/components/Attachment/AttachmentContainer.tsx
Line 130 in 24d2a4d
stream-chat-react/src/components/Attachment/AttachmentContainer.tsx
Line 165 in 24d2a4d
This can cause the following CSP violation.
Can we drop this fallback and not render the image if none is provided in the default ImageComponent?
stream-chat-react/src/components/Gallery/Image.tsx
Line 43 in 24d2a4d
The text was updated successfully, but these errors were encountered: