summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/support/file-prefetch-allowed.html
blob: bd60d262ad8a9741404c8f48bcf71bf2f072eabc (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
  <!-- CSP directive 'prefetch-src' is not supported via meta tag though -->
  <meta http-equiv="Content-Security-Policy" content="prefetch-src 'self'">
</head>
<body>
</body>
</html>