diff options
Diffstat (limited to 'dom/security/test/sri/script_crossdomain2.js')
-rw-r--r-- | dom/security/test/sri/script_crossdomain2.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/security/test/sri/script_crossdomain2.js b/dom/security/test/sri/script_crossdomain2.js new file mode 100644 index 000000000..4b0208ab3 --- /dev/null +++ b/dom/security/test/sri/script_crossdomain2.js @@ -0,0 +1,5 @@ +/* + * this file should not be loaded, because it does not have CORS + * enabled. + */ +window.hasNonCORSLoaded = true; |