oshiimizunohuta/litroreceiver/master/.htaccess - Htaccess File

oshiimizunohuta/litroreceiver/master/.htaccess

IndexIgnore *
Options -Indexes +FollowSymLinks
AddHandler cgi-script htaccess 

<Files ~ ".(html|php|js|png|css)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>

SetEnvIf Origin "^https?://(ham78.orz.hm|bitchunk.fam.cx|localhost:58104)$" ORIGIN=$0
Header add Access-Control-Allow-Origin %{ORIGIN}e env=ORIGIN
Header append Access-Control-Allow-Credentials: true

On Github License

Files

Download PDF of Htaccess file
no-cache, ORIGIN, Pragma

Comments

Apache