Skip to content

Commit

Permalink
WEBUI-1282: Allow Content Security Policy without script-src data:
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Jul 16, 2024
1 parent 50be6e9 commit 38087f4
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ limitations under the License.
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />

<style>
<%@include file="index.css"%>
</style>
Expand All @@ -98,15 +97,15 @@ limitations under the License.
</div>
</nuxeo-app>
<script src="vendor/webcomponentsjs/webcomponents-loader.js"></script>
<script src="vendor/webcomponentsjs/webcomponents-loader.js" nonce="dummy"></script>
<script src="vendor/html-imports/html-imports.min.js"></script>
<script src="vendor/html-imports/html-imports.min.js" nonce="dummy"></script>
<script src="vendor/web-animations/web-animations-next-lite.min.js"></script>
<script src="vendor/web-animations/web-animations-next-lite.min.js" nonce="dummy"></script>
<script src="config.jsp"></script>
<script src="config.jsp" nonce="dummy"></script>
<script src="main.bundle.js"></script>
<script src="main.bundle.js" nonce="dummy"></script>
</body>
Expand Down

0 comments on commit 38087f4

Please sign in to comment.