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'm currently working on an application which requires javascript tags to have a nonce set. It's possible to run rake commontator:copy:views and adjust the views to change
<%= javascript_tag nonce: true do %>
<%= render partial: 'commontator/threads/hide_show_links.js', locals: { thread: thread } %>
<% end %>
But it would be nice if this behavior could be controlled by a config value as it means I wouldn't have to copy the views into my app to make this change.
The text was updated successfully, but these errors were encountered:
I'm currently working on an application which requires javascript tags to have a
nonce
set. It's possible to runrake commontator:copy:views
and adjust the views to changeto
But it would be nice if this behavior could be controlled by a config value as it means I wouldn't have to copy the views into my app to make this change.
The text was updated successfully, but these errors were encountered: