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 10, 2024
1 parent aa8327f commit 55f978d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,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 55f978d

Please sign in to comment.