aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/csp-ajax-script.html
blob: e3e750727445e32a30b4e6e2cae646adf9f4fc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>jQuery.ajax() - script, CSP script-src compat (gh-3969)</title>
	<script src="../jquery.js"></script>
	<script src="iframeTest.js"></script>
	<script src="csp-ajax-script.js"></script>
</head>
<body>
	<p>CSP Test Page</p>
</body>
</html>