diff options
Diffstat (limited to 'devtools/client/webconsole/test/browser/test-warning-group-csp.html')
-rw-r--r-- | devtools/client/webconsole/test/browser/test-warning-group-csp.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/browser/test-warning-group-csp.html b/devtools/client/webconsole/test/browser/test-warning-group-csp.html new file mode 100644 index 0000000000..f7a446fb3b --- /dev/null +++ b/devtools/client/webconsole/test/browser/test-warning-group-csp.html @@ -0,0 +1,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> |