aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/support/csp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/support/csp.php b/test/data/support/csp.php
index d01def783..0783e1774 100644
--- a/test/data/support/csp.php
+++ b/test/data/support/csp.php
@@ -1,5 +1,5 @@
<?php
- # This test page checkes CSP only for browsers with "Content-Security-Policy" header support
+ # This test page checks CSP only for browsers with "Content-Security-Policy" header support
# i.e. no old WebKit or old Firefox
header("Content-Security-Policy: default-src 'self'; report-uri csp-log.php");
?>