Skip to content

Commit

Permalink
Make CSP work
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 20, 2024
1 parent 2a58f67 commit 1b9d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_head.html.erb
Expand Up @@ -12,6 +12,6 @@
<%= yield :head %>
<%= yield :auto_discovery_link_tag %>
<%= csrf_meta_tag %>
<%= csp_meta_tag %>
<meta name="csp-nonce" content="<%= content_security_policy_style_nonce %>" />
<title><%= "#{@title} | " if @title %><%= t "layouts.project_name.title" %></title>
<% end %>

0 comments on commit 1b9d82d

Please sign in to comment.