-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
UI: Load svgs from files instead of from data tags #914
Conversation
Shouldn't the same error appear due to this line? :) Line 1919 in fb03806
|
Hmm, yes, sort of. But that is never loaded because |
An alternative could be to modify the CSP: |
Yeah, I think allowing |
A third alternative could be to replace it with a utf8 character, if there's one similar enough |
Eg. ˅ ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good! But let's fix all content: url()
in the css as @ThomasSarlin mentioned while we're at it.
Yes! The #usermenu-button is because it is only visible on mobile. I can check and fix them all 👍 |
WHAT is this pull request doing?
Load svg's from files instead of from data-tag to abide by Content Security Policy.
Fixes console error:
HOW can this pull request be tested?
Start LavinMQ, make sure the arrow in the vhost dropdown is shown. And usermenu button in mobile.