Subversion Repositories cheapmusic

Rev

Rev 11 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 13
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start();
-
 
3
 
2
if ($_SERVER["SERVER_NAME"] == "www.findcheapmusic.com") {
4
if ($_SERVER["SERVER_NAME"] == "www.findcheapmusic.com") {
3
  header("Strict-Transport-Security: max-age=31536000; includeSubDomains; preload");
5
  header("Strict-Transport-Security: max-age=31536000; includeSubDomains; preload");
4
  header("X-Content-Type-Options: nosniff");
6
  header("X-Content-Type-Options: nosniff");
5
  header("X-XSS-Protection: 1; mode=block");
7
  header("X-XSS-Protection: 1; mode=block");
6
  header("Access-Control-Allow-Origin: *");
8
  header("Access-Control-Allow-Origin: *");