We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145fde5 commit 04a49a6Copy full SHA for 04a49a6
lib/server/view/layout.mustache
@@ -9,7 +9,7 @@
9
</head>
10
<body>
11
<div id="wrap"><div>{{{ renderedContent }}}</div></div>
12
- <script>__INITIAL_STATE__ = '{{{ initialState }}}'; {{#boom}}__BOOM__ = {{/boom}}{{{boom}}}</script>
+ <script nonce="{{ script-nonce }}">__INITIAL_STATE__ = '{{{ initialState }}}'; {{#boom}}__BOOM__ = {{/boom}}{{{boom}}}</script>
13
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"> </script>
14
<script src="{{ resources.main.js }}"> </script>
15
</body>
0 commit comments