Merge remote-tracking branch 'upstream/pull/4606'

This commit is contained in:
Tom Hughes 2024-03-21 12:58:29 +00:00
commit fda99ba304

View file

@ -11,6 +11,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 %>