summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_worker_src_script_governs.html
blob: 0385fee57cf9f76979f18eb30984465c88230fbd (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="Content-Security-Policy" content="script-src 'nonce-foo' https://example.com">";
</head>
<body>
<script type="text/javascript" src="file_worker_src.js" nonce="foo"></script>
</body>
</html>