We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbacaa commit 61eac82Copy full SHA for 61eac82
server/conf/nginx_vhost.conf.master
@@ -168,6 +168,7 @@ server {
168
index index.html index.php;
169
auth_basic "Members Only";
170
auth_basic_user_file <tmpl_var name='stats_auth_passwd_file'>;
171
+ add_header Content-Security-Policy "default-src * 'self' 'unsafe-inline';";
172
}
173
174
location ^~ /awstats-icon {
0 commit comments