aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
blob: 46cba834827292e62325461a6cc5a03dab4f431f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php header("X-Content-Security-Policy-Report-Only: allow *"); ?>
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>CSP Test Page</title>

  <script src="data/include_js.php"></script>
</head>
<body>
	<p>CSP Test Page</p>
</body>
</html>