-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
[Bug] CSP #16610
Comments
echarts-bot
bot
added
en
This issue is in English
pending
We are not sure about whether this is a bug/new feature.
waiting-for: community
labels
Mar 2, 2022
looking for solution for the same issue. |
Same issue here... |
Same here |
NexediGitlab
pushed a commit
to Nexedi/erp5
that referenced
this issue
Sep 8, 2023
To work 100% this needs "style-src: unsafe-inline" in the CSP, without this the popup on hover does not show the series color - which in our case is better than using the CSP. also drop obsolete appcache, browsers no longer use this. reference ossie: apache/echarts#16610 on github
NexediGitlab
pushed a commit
to Nexedi/erp5
that referenced
this issue
Sep 8, 2023
To work 100% this needs "style-src: unsafe-inline" in the CSP, without this the popup on hover does not show the series color - which in our case is better than using the CSP. also drop obsolete appcache, browsers no longer use this. reference: apache/echarts#16610
We are also having this issue and unfortunately we are unable to use |
The issue is that the "marker" is implemented using inline styling. I implemented a workaround by creating the marker myself in the formatter:
And also the colors need to be implemented scss-part:
|
plainheart
removed
pending
We are not sure about whether this is a bug/new feature.
waiting-for: community
labels
Sep 22, 2023
NexediGitlab
pushed a commit
to Nexedi/erp5
that referenced
this issue
Jul 11, 2024
To work 100% this needs "style-src: unsafe-inline" in the CSP, without this the popup on hover does not show the series color - which in our case is better than using the CSP. also drop obsolete appcache, browsers no longer use this. reference: apache/echarts#16610
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
5.3.0
Link to Minimal Reproduction
No response
Steps to Reproduce
Update CSP header to not use unsafe-inline.
Current Behavior
Expected Behavior
No CSP error.
Environment
Any additional comments?
Vuetify supports https://vuetifyjs.com/en/features/theme/#csp-nonce
Not sure it works for ECharts.
The text was updated successfully, but these errors were encountered: