Skip to content

Commit

Permalink
Revert "WEBUI-1282: Allow Content Security Policy without script-src …
Browse files Browse the repository at this point in the history
…data:"

This reverts commit 4d2ab69.
  • Loading branch information
alokhyland committed Sep 18, 2024
1 parent 69fae17 commit 4f201f1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ limitations under the License.
</div>
</nuxeo-app>
<script src="vendor/webcomponentsjs/webcomponents-loader.js" nonce="dummy"></script>
<script src="vendor/webcomponentsjs/webcomponents-loader.js"></script>
<script src="vendor/html-imports/html-imports.min.js" nonce="dummy"></script>
<script src="vendor/html-imports/html-imports.min.js"></script>
<script src="vendor/web-animations/web-animations-next-lite.min.js" nonce="dummy"></script>
<script src="vendor/web-animations/web-animations-next-lite.min.js"></script>
<script src="config.jsp" nonce="dummy"></script>
<script src="config.jsp"></script>
<script src="main.bundle.js" nonce="dummy"></script>
<script src="main.bundle.js"></script>
</body>
Expand Down

0 comments on commit 4f201f1

Please sign in to comment.