Modifications for latest media-tag

* use latest built media-tag
* include pdfjs and configure its path for media-tag
* check whether decryption events affect an avatar. crop it if so
This commit is contained in:
ansuz
2017-07-12 10:44:40 +02:00
parent 5b3cca58bd
commit f4bca0f9c0
123 changed files with 87172 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ module.exports = {
"default-src 'none'",
"style-src 'unsafe-inline' 'self'",
"script-src 'self'",
"font-src 'self'",
"font-src 'self' data:",
/* child-src is used to restrict iframes to a set of allowed domains.
* connect-src is used to restrict what domains can connect to the websocket.