pull/103/head
Bálint Szekeres 2019-06-16 21:41:59 +02:00
parent 4ca3492bf0
commit db616f2074
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
// COMMON - SECURITY
referrer_policy: 'no-referrer-when-downgrade',
content_security_policy: 'default-src * data: \'unsafe-eval\' \'unsafe-inline\'',
content_security_policy: 'default-src * data: \'unsafe-inline\'',
server_tokens: false,
limit_req: false,

View File

@ -15,7 +15,7 @@
<meta property="og:url" content="https://nginxconfig.io">
<meta property="og:image" content="https://nginxconfig.io/assets/img/share.png">
</head>
<body ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController">
<body ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController" ng-csp>
<header>
<div class="container">
<div class="loader" ng-if="!masonryInit">