file_worker_src_worker_governs.html (279B)
1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <meta http-equiv="Content-Security-Policy" content="worker-src https://example.com; child-src 'none'; script-src 'nonce-foo'">"; 5 </head> 6 <body> 7 <script type="text/javascript" src="file_worker_src.js" nonce="foo"></script> 8 </body> 9 </html>