aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-01-27 23:34:38 -0500
committerRichard Gibson <richard.gibson@gmail.com>2013-02-07 15:16:28 -0500
commit363299ac24aebbf2445207621840f44fcaaf670a (patch)
tree50f8e3041341118cb713e780a5cfa97853a6af89 /test/csp.php
parentf3db084f7cc73379b0d6f5341c987e2a801ea032 (diff)
downloadjquery-363299ac24aebbf2445207621840f44fcaaf670a.tar.gz
jquery-363299ac24aebbf2445207621840f44fcaaf670a.zip
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
Diffstat (limited to 'test/csp.php')
-rw-r--r--test/csp.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/csp.php b/test/csp.php
deleted file mode 100644
index 9ab18f392..000000000
--- a/test/csp.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
- header("X-Content-Security-Policy: default-src localhost 'self';");
- header("X-WebKit-CSP: script-src 'self'; style-src 'self' 'unsafe-inline'");
-?>
-<!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>