summaryrefslogtreecommitdiff
path: root/test/csp.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test for dropbox csp ruleErik Michelson2020-08-231-0/+10
| | | | Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Added dropbox.appKey to test config to fix failing testsErik Michelson2020-08-231-1/+4
| | | | Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Update RevealJS to version 3.9.2Sheogorath2020-02-011-1/+1
| | | | | | | | | | | | This update of revealJS helps us to get rid of the headjs depedency integration using webpack. It updates reveal.js to 3.9.2 and updates the csp hash accordingly for using the slide mode. Background for this update is the critical security vulnerability described by snyk in their disclosure: https://snyk.io/vuln/SNYK-JS-REVEALJS-543841 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add tests for csp.jsSheogorath2019-01-191-0/+124
Since we lack of tests but got some great point to start, let's write more tests. This patch provides some basic tests for our CSP library. It's more an integration than a unit test, but gets the job done. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>