diff options
Diffstat (limited to 'test/tests/csp')
-rw-r--r-- | test/tests/csp/integrity.js | 5 | ||||
-rw-r--r-- | test/tests/csp/nonce.js | 3 | ||||
-rw-r--r-- | test/tests/csp/nonce2.js | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/test/tests/csp/integrity.js b/test/tests/csp/integrity.js deleted file mode 100644 index 0cd357c7a..000000000 --- a/test/tests/csp/integrity.js +++ /dev/null @@ -1,5 +0,0 @@ -define(function () { - return { - integrity: 'integrity' - } -}); diff --git a/test/tests/csp/nonce.js b/test/tests/csp/nonce.js deleted file mode 100644 index 35dee5ee5..000000000 --- a/test/tests/csp/nonce.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - nonce: 'abc' -}; diff --git a/test/tests/csp/nonce2.js b/test/tests/csp/nonce2.js deleted file mode 100644 index 1c6556170..000000000 --- a/test/tests/csp/nonce2.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - nonce: 'ab' -}; |