not sure how that screenshot got their. the linked image is from imgur with that bit cut out.
i have a few other lines in a separate file. i'm guessing its the x-content-type-options
ssl_session_timeout 30m;
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
ssl_certificate E:\le64\Domain.crt;
ssl_certificate_key E:\le64\Domain.key;
ssl_session_cache shared:SSL:10m;
ssl_prefer_server_ciphers on;
ssl_ciphers ECDH+AESGCM:ECDH+AES256:ECDH+AES128H+3DES:!ADH:!AECDH:!MD5;
proxy_hide_header X-Powered-By;
add_header x-xss-protection 1;
proxy_hide_header X-Frame-Options;
add_header X-Content-Type-Options "nosniff" always;
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains" always;
add_header 'Referrer-Policy' 'origin';
add_header Content-Security-Policy "frame-ancestors mydomain.com,subdomain.mydomain.com;";
add_header X-Frame-Options "ALLOW-FROM MyDomain | Domain Names, Web Hosting, and Free Domain Services";
i have a few other lines in a separate file. i'm guessing its the x-content-type-options
ssl_session_timeout 30m;
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
ssl_certificate E:\le64\Domain.crt;
ssl_certificate_key E:\le64\Domain.key;
ssl_session_cache shared:SSL:10m;
ssl_prefer_server_ciphers on;
ssl_ciphers ECDH+AESGCM:ECDH+AES256:ECDH+AES128H+3DES:!ADH:!AECDH:!MD5;
proxy_hide_header X-Powered-By;
add_header x-xss-protection 1;
proxy_hide_header X-Frame-Options;
add_header X-Content-Type-Options "nosniff" always;
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains" always;
add_header 'Referrer-Policy' 'origin';
add_header Content-Security-Policy "frame-ancestors mydomain.com,subdomain.mydomain.com;";
add_header X-Frame-Options "ALLOW-FROM MyDomain | Domain Names, Web Hosting, and Free Domain Services";