diff options
Diffstat (limited to 'dom/security/test/csp/file_path_matching.js')
-rw-r--r-- | dom/security/test/csp/file_path_matching.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_path_matching.js b/dom/security/test/csp/file_path_matching.js new file mode 100644 index 000000000..09286d42e --- /dev/null +++ b/dom/security/test/csp/file_path_matching.js @@ -0,0 +1 @@ +document.getElementById("testdiv").innerHTML = "allowed"; |