OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <!-- | |
3 Check that we follow meta tag CSP restrictions when prefetching. Only | |
4 prefetch2.js should be fetched. | |
5 --> | |
6 <head> | |
7 <meta http-equiv="Content-Security-Policy" | |
8 content="script-src http://foo.bar"> | |
9 <script src="prerender/prefetch.js"></script> | |
10 <script src="http://foo.bar/prerender/prefetch2.js"></script> | |
11 </head> | |
12 <body> | |
13 </body> | |
14 </html> | |
OLD | NEW |