aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
blob: e3245149c47a975a0ea1a73ab4c483d7852076bd (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="../dist/jquery.js"></script>
</head>
<body>
	<p>CSP Test Page</p>
</body>
</html>