diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-08-25 09:36:20 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-22 11:20:38 +0100 |
commit | b4dac5093a75a024643b93aef88758770df73c55 (patch) | |
tree | 52b65bf6c091687f9e123c65db45a6f9de17fcec /dom/security/test/csp/mochitest.ini | |
parent | a06ce3f03b260d59199dba7e01ea8afb3de1ef59 (diff) | |
download | UXP-b4dac5093a75a024643b93aef88758770df73c55.tar UXP-b4dac5093a75a024643b93aef88758770df73c55.tar.gz UXP-b4dac5093a75a024643b93aef88758770df73c55.tar.lz UXP-b4dac5093a75a024643b93aef88758770df73c55.tar.xz UXP-b4dac5093a75a024643b93aef88758770df73c55.zip |
CSP: Ignore nonces on <img> per spec
Diffstat (limited to 'dom/security/test/csp/mochitest.ini')
-rw-r--r-- | dom/security/test/csp/mochitest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/security/test/csp/mochitest.ini b/dom/security/test/csp/mochitest.ini index 04401b063..d3cabc16d 100644 --- a/dom/security/test/csp/mochitest.ini +++ b/dom/security/test/csp/mochitest.ini @@ -211,6 +211,8 @@ support-files = file_ro_ignore_xfo.html file_ro_ignore_xfo.html^headers^ file_upgrade_insecure_navigation.sjs + file_image_nonce.html + file_image_nonce.html^headers^ [test_base-uri.html] [test_blob_data_schemes.html] @@ -305,3 +307,4 @@ support-files = file_sandbox_allow_scripts.html file_sandbox_allow_scripts.html^headers^ [test_ignore_xfo.html] +[test_image_nonce.html] |