11 lines
267 B
HTML
11 lines
267 B
HTML
<!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>
|