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
However, if style-src: 'unsafe-inline' are included in content security policy headers, browsers would execute all inline styles from any source. Somebody could hijack the web page.
Feature request:
Add a no inline style option to
ReactOnRailsHelper#react_component
to skipstyle: "display:none"
Reason:
Eliminate the needs of
unsafe-line
for Content Security PolicyRelated file:
react_on_rails/app/helpers/react_on_rails_helper.rb
Line 62 in a9b7d47
The text was updated successfully, but these errors were encountered: