summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/speculation-rules/prerender/resources/csp-script-src-inline-speculation-rules.html
blob: febfbd01ba125c1deef934b1ff4d78e3f2b0e164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>

<head>
  <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'inline-speculation-rules'">
</head>
<script src="/common/utils.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="utils.js"></script>
<script src="csp-script-src.js"></script>
<script>
  const params = new URLSearchParams(location.search);
  writeValueToServer(params.get('key'), "csp is ignored unexpectedly");
</script>