Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 13 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | header("X-Content-Security-Policy: default-src localhost 'self';"); |
| 3 | header("X-WebKit-CSP: script-src 'self'; style-src 'self' 'unsafe-inline'"); |
| 4 | ?> |
| 5 | <!DOCTYPE html> |
| 6 | <html> |
| 7 | <head> |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 9 | <title>CSP Test Page</title> |
| 10 | |
| 11 | <script src="../dist/jquery.js"></script> |
| 12 | </head> |
| 13 | <body> |
| 14 | <p>CSP Test Page</p> |
| 15 | </body> |
| 16 | </html> |