select2
This commit is contained in:
parent
a354ecd639
commit
046fea2dbb
5 changed files with 21 additions and 17 deletions
|
@ -41,7 +41,7 @@ module.exports = function(environment) {
|
|||
'font-src': "'self'",
|
||||
'connect-src': "'self' http://127.0.0.1:4200",
|
||||
'img-src': "'self'",
|
||||
'style-src': "'self'",
|
||||
'style-src': "'self' 'unsafe-inline'",
|
||||
'media-src': "'self'"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue