Closed mkamensky closed 5 years ago
rvt fails when csp disallows inline scripts without a nonce. I solved the problem by replacing the <script> tags in index.html.erb with
<script>
index.html.erb
<%= javascript_tag nonce: true do -%> ... <% end -%>
Thanks for the report!
Added in the new release.
rvt fails when csp disallows inline scripts without a nonce. I solved the problem by replacing the
<script>
tags inindex.html.erb
with