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 93a4719.
  • Loading branch information
alokhyland committed Jul 17, 2024
1 parent 93a4719 commit 8ad6cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/viewers/pdfjs/web/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<!-- This snippet is used in production (included from viewer.html) -->
<link rel="resource" type="application/l10n" href="locale/locale.properties">
<script src="pdf.viewer.js" nonce="dummy"></script>
<script src="pdf.viewer.js"></script>


</head>
Expand Down Expand Up @@ -397,4 +397,4 @@
</div> <!-- outerContainer -->
<div id="printContainer"></div>
</body>
</html>
</html>

0 comments on commit 8ad6cfb

Please sign in to comment.