diff options
Diffstat (limited to 'test/data/csp-ajax-script.html')
-rw-r--r-- | test/data/csp-ajax-script.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/data/csp-ajax-script.html b/test/data/csp-ajax-script.html new file mode 100644 index 000000000..e3e750727 --- /dev/null +++ b/test/data/csp-ajax-script.html @@ -0,0 +1,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> |