allow only content from own domain
authorgraghava <gopal.1.raghavan@nokia.com>
Mon, 28 Nov 2011 17:52:53 -0500
changeset 2 bcff57b2d504
parent 1 556905dc2a92
child 3 e0e5ddf89965
child 11 efb1c7c42af7
allow only content from own domain
tests/csp/csp-self.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/csp/csp-self.php	Mon Nov 28 17:52:53 2011 -0500
@@ -0,0 +1,3 @@
+<?php
+header("X-Content-Security-Policy: allow 'self'");
+?>
\ No newline at end of file