Skip to content

Commit

Permalink
add missing csp-nonce in sponsored benefits layout (#4920)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanEddyIC authored Jan 10, 2025
1 parent 82ae86b commit c2982ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<% end %>
<% end %>
<%= csrf_meta_tags %>
<meta name="csp-nonce" content="<%= content_security_policy_nonce %>"/>
</head>
<body class="font">
<%= render './ui-components/v1/navs/header' %>
Expand Down

0 comments on commit c2982ac

Please sign in to comment.