Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / devtools / client / netmonitor / test / html_csp-test-page.html
blob2329f4fa1e91860716e0898b53f1d83ca5b4df6d
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset=utf-8>
5 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
6 <meta http-equiv="Pragma" content="no-cache" />
7 <meta http-equiv="Expires" content="0" />
8 <meta http-equiv="Content-Security-Policy" content="script-src 'none'; style-src 'none';">
9 <title>Tests breaking CSP with script</title>
10 <link href="internal-loaded.css" rel="stylesheet" type="text/css">
11 </head>
12 <body>
14 The script in this page will CSP:
16 <script src="js_websocket-worker-test.js"></script>
17 </body>
18 </html>