My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. server_tokens off;
  2. add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
  3. add_header Content-Security-Policy "default-src 'none'; script-src 'none'; img-src 'self' https://photos.chameth.com; style-src 'self'; font-src 'self';";
  4. add_header X-Frame-Options "SAMEORIGIN";
  5. add_header X-Content-Type-Options "nosniff";
  6. add_header X-XSS-Protection "1; mode=block";
  7. add_header Expect-CT "enforce; max-age=3600";
  8. gzip on;