aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
diff options
context:
space:
mode:
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>