summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-warning-group-csp.html
blob: f7a446fb3b9feb8ca4d5a354736a55b103d1cf65 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>CSP warning group</title>
</head>
<body>
<h1>Look at the Content-Security-Policy header</h1>
<pre>Content-Security-Policy: script-src 'strict-dynamic' http: https: 'unsafe-inline';</pre>
</body>
</html>