Build: Bump the github-actions group with 2 updates
[jquery.git] / test / data / csp-nonce.html
blobd35c33fc4854c963eabc4a98b7912d85923c74a6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>CSP nonce Test Page</title>
6 <script nonce="jquery+hardcoded+nonce" src="../jquery.js"></script>
7 <script nonce="jquery+hardcoded+nonce" src="iframeTest.js"></script>
8 <script nonce="jquery+hardcoded+nonce" src="csp-nonce.js"></script>
9 </head>
10 <body>
11 <p>CSP nonce Test Page</p>
12 </body>
13 </html>