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
I use your great component in my app and have some CSP issues since I can't use inline-style. Is there anyway to handle this, in the defaut theme and featured themes ?
The error in console : Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'
The text was updated successfully, but these errors were encountered:
rjoonas
pushed a commit
to rjoonas/react-sortable-tree
that referenced
this issue
Nov 3, 2020
When using a Content-Security-Policy with a style-src rule that does
not include 'unsafe-inline', a nonce prop needs to be used with
react-virtualized as it appends inline <style> tags to the DOM.
Resolvesfrontend-collective#653
Hello !
I use your great component in my app and have some CSP issues since I can't use inline-style. Is there anyway to handle this, in the defaut theme and featured themes ?
The error in console :
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'
The text was updated successfully, but these errors were encountered: