File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
74
74
// COMMON - SECURITY
75
75
referrer_policy : 'no-referrer-when-downgrade' ,
76
- content_security_policy : 'default-src * data: \'unsafe-eval\' \'unsafe- inline\'' ,
76
+ content_security_policy : 'default-src * data: \'unsafe-inline\'' ,
77
77
server_tokens : false ,
78
78
limit_req : false ,
79
79
Original file line number Diff line number Diff line change 15
15
< meta property ="og:url " content ="https://nginxconfig.io ">
16
16
< meta property ="og:image " content ="https://nginxconfig.io/assets/img/share.png ">
17
17
</ head >
18
- < body ng-app ="NginxConfigIoApp " ng-controller ="NginxConfigIoController ">
18
+ < body ng-app ="NginxConfigIoApp " ng-controller ="NginxConfigIoController " ng-csp >
19
19
< header >
20
20
< div class ="container ">
21
21
< div class ="loader " ng-if ="!masonryInit ">
You can’t perform that action at this time.
0 commit comments