diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/csp.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/csp.js b/test/csp.js index 8cf24b9a..0b00ecbb 100644 --- a/test/csp.js +++ b/test/csp.js @@ -27,7 +27,10 @@ describe('Content security policies', function () { upgradeInsecureRequests: 'auto', reportURI: undefined }, - useCDN: true + useCDN: true, + dropbox: { + appKey: undefined + } } }) |