diff --git a/bower.json b/bower.json index b9c7a8247..587c9e2e8 100644 --- a/bower.json +++ b/bower.json @@ -37,7 +37,6 @@ "diff-dom": "^2.1.1", "alertifyjs": "^1.0.11", "scrypt-async": "^1.2.0", - "bootstrap": "#v4.0.0-alpha.6", - "pdfjs-dist": "^1.8.398" + "bootstrap": "#v4.0.0-alpha.6" } } diff --git a/config.example.js b/config.example.js index c7a831b4c..d2ea25a3e 100644 --- a/config.example.js +++ b/config.example.js @@ -33,9 +33,9 @@ module.exports = { * it is recommended that you configure these fields to match the * domain which will serve your CryptPad instance. */ - "child-src 'self' *", + "child-src 'self' blob: *", - "media-src *", + "media-src * blob:", /* this allows connections over secure or insecure websockets if you are deploying to production, you'll probably want to remove diff --git a/customize.dist/about.html b/customize.dist/about.html index dadd21e3b..613cac012 100644 --- a/customize.dist/about.html +++ b/customize.dist/about.html @@ -117,7 +117,7 @@ -
+