Skip to content

Commit 6a7c22d

Browse files
committed
add unsafe-inline to csp
1 parent 568b8ee commit 6a7c22d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/environment.js

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module.exports = function(environment) {
2020
APP: {
2121
// Here you can pass flags/options to your application instance
2222
// when it is created
23+
},
24+
25+
contentSecurityPolicy: {
26+
'style-src': "'self' 'unsafe-inline'"
2327
}
2428
};
2529

0 commit comments

Comments
 (0)