diff options
Diffstat (limited to 'test/data/support/csp.php')
-rw-r--r-- | test/data/support/csp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/support/csp.php b/test/data/support/csp.php index 0783e1774..446000239 100644 --- a/test/data/support/csp.php +++ b/test/data/support/csp.php @@ -9,6 +9,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSP Test Page</title> <script src="../../jquery.js"></script> + <script src="../iframeTest.js"></script> <script src="csp.js"></script> <script src="getComputedSupport.js"></script> </head> |