OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-Security-Policy-Report-Only" content="this-should- be-ignored"> | |
5 <script> | |
6 if (window.testRunner) | |
7 testRunner.dumpAsText(); | |
8 </script> | |
9 </head> | |
10 <body> | |
11 <p>This tests that report-only Content Security Policy headers are ignored i f contained in meta elements.</p> | |
12 </body> | |
13 </html> | |
OLD | NEW |