Skip to content

Commit

Permalink
feat: added content-security-policy meta tag at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazadar committed Jul 20, 2023
1 parent 99659cf commit 6b2a5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="preconnect" href="<%= preconnectURL %>" />
<% }); %>
<title>Payment | edX</title>
<meta http-equiv="Content-Security-Policy" content="frame-src 'self' https://js.stripe.com https://hooks.stripe.com;"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" />
Expand Down

0 comments on commit 6b2a5a6

Please sign in to comment.