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