You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a note for anyone passing by: If you cannot use 'unsafe-inline' because you have at least one hash on the style-src directive, then you have to add 'unsafe-hashes' to the style-src directive and hardcode the hashes that Chromium dev tools give you to the style-src directive. Really not ideal but better than having to disable it completely. You could also do this instead of adding 'unsafe-inline' as I believe it better makes use of the csp.
Expected Behaviour
The most useful CSP rule for style is to disallow inline styles. This should work correctly with frappe charts.
Actual Behaviour
Styles are blocked and frappe charts is not working correctly.
Steps to Reproduce:
unsafe-inline
:Frappé Charts version: 1.6.2
The text was updated successfully, but these errors were encountered: