diff options
Diffstat (limited to 'dom/security/test/csp/file_bug1229639.html')
-rw-r--r-- | dom/security/test/csp/file_bug1229639.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_bug1229639.html b/dom/security/test/csp/file_bug1229639.html new file mode 100644 index 0000000000..1e6152ead0 --- /dev/null +++ b/dom/security/test/csp/file_bug1229639.html @@ -0,0 +1,7 @@ +<html> +<head> <meta charset="utf-8"> </head> + <body> + <!-- this should be allowed --> + <script src="http://mochi.test:8888/tests/dom/security/test/csp/%24.js"> </script> + </body> +</html> |