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