diff options
Diffstat (limited to 'dom/security/test/csp/file_punycode_host_src.js')
-rw-r--r-- | dom/security/test/csp/file_punycode_host_src.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_punycode_host_src.js b/dom/security/test/csp/file_punycode_host_src.js new file mode 100644 index 0000000000..9728e2fecc --- /dev/null +++ b/dom/security/test/csp/file_punycode_host_src.js @@ -0,0 +1,2 @@ +const LOADED = true; +parent.postMessage({ result: "script-allowed" }, "*"); |