Add in quill WYSIWYG

This commit is contained in:
Matthew Dillon 2015-07-20 11:03:03 -08:00
parent da4ebc9b29
commit c276cdc74c
6 changed files with 55 additions and 2 deletions

View file

@ -32,7 +32,7 @@ module.exports = function(environment) {
'default-src': "'none'",
'script-src': "'self'",
'font-src': "'self'",
'img-src': "'self'",
'img-src': "'self' data:",
'style-src': "'self' 'unsafe-inline'",
'media-src': "'self'"
},