diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-14 18:14:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 18:14:10 -0400 |
commit | 8a95c03dcd2a7f2c6d64b6ee917f6cb363e9ca60 (patch) | |
tree | cf1212983e91ea5c196412a67a82818b59f93dba /dom/security/test/csp/mochitest.ini | |
parent | 9282781bdfa7168685ee3716e283735fd9095975 (diff) | |
parent | 7d67148f52d158b80841f83dc7a023c637e11bf0 (diff) | |
download | UXP-8a95c03dcd2a7f2c6d64b6ee917f6cb363e9ca60.tar UXP-8a95c03dcd2a7f2c6d64b6ee917f6cb363e9ca60.tar.gz UXP-8a95c03dcd2a7f2c6d64b6ee917f6cb363e9ca60.tar.lz UXP-8a95c03dcd2a7f2c6d64b6ee917f6cb363e9ca60.tar.xz UXP-8a95c03dcd2a7f2c6d64b6ee917f6cb363e9ca60.zip |
Merge pull request #169 from janekptacijarabaci/csp_frame-ancestors_1
moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-Report-Only"
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 ca5c2c6ea..33b112020 100644 --- a/dom/security/test/csp/mochitest.ini +++ b/dom/security/test/csp/mochitest.ini @@ -91,6 +91,8 @@ support-files = file_bug941404.html file_bug941404_xhr.html file_bug941404_xhr.html^headers^ + file_frame_ancestors_ro.html + file_frame_ancestors_ro.html^headers^ file_hash_source.html file_dual_header_testserver.sjs file_hash_source.html^headers^ @@ -240,6 +242,7 @@ skip-if = toolkit == 'android' # Times out, not sure why (bug 1008445) [test_bug910139.html] [test_bug909029.html] [test_bug1229639.html] +[test_frame_ancestors_ro.html] [test_policyuri_regression_from_multipolicy.html] [test_nonce_source.html] [test_bug941404.html] |