mirror of
https://github.com/jquery/jquery.git
synced 2026-01-14 12:38:12 -05:00
14 lines
455 B
HTML
14 lines
455 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>CSP nonce via jQuery.globalEval Test Page</title>
|
|
<script nonce="jquery+hardcoded+nonce" src="../jquery.js"></script>
|
|
<script nonce="jquery+hardcoded+nonce" src="iframeTest.js"></script>
|
|
<script nonce="jquery+hardcoded+nonce" src="csp-nonce-external.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>CSP nonce for external script Test Page</p>
|
|
</body>
|
|
</html>
|