-
Hello @Baroshem, how do you allow external images? I have this setting, but it's not working: security: {
contentSecurityPolicy: {
'img-src': ["'self'", 'https:', 'data:']
}
} Thanks you! |
Beta Was this translation helpful? Give feedback.
Answered by
Baroshem
Jun 2, 2023
Replies: 1 comment 1 reply
-
Hey @dodanex Take a look at this issue and my comment there. It should help you setup your images content security policy :) If you have any additional questions, please let me know. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dodanex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @dodanex
Take a look at this issue and my comment there. It should help you setup your images content security policy :)
#138 (comment)
If you have any additional questions, please let me know.