Skip to content

Commit

Permalink
chore: add style src CSP to index html
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Mar 2, 2021
1 parent 8f8ece1 commit 86cb018
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<meta name="developer" content="imgix" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,maximum-scale=1" />
<meta http-equiv="Accept-CH" content="DPR, Width, Viewport-Width" />

<!-- If CSP style policies, ensure SHA, nonce, or unsafe-inline are enabled -->
<meta
http-equiv="Content-Security-Policy"
content="style-src 'self' 'sha256-OdI56ZW769BKGaLghLr3uZVaaWfqyRwyccMiu8gXf0w=' 'sha256-D2blx2qCCtVP48luzhEjUKKIcmHy77Ma+9/c6fv8UGM=' 'sha256-W+PadZMOYbQi3EzR/NC+KcPx3bNLCz0OtfWwp+LK9b4='"
/>
<title>Drift Playground</title>
<link rel="stylesheet" media="screen, projection" href="./dist/drift-basic.css" />
<style type="text/css">
Expand Down

0 comments on commit 86cb018

Please sign in to comment.