Goldunube/DFP/master/media/.htaccess - Htaccess File

Goldunube/DFP/master/media/.htaccess

ForceType application/octet-stream
Header set Content-Disposition attachment
<FilesMatch "(?i).(gif|jpe?g|png)$">
    ForceType none
    Header unset Content-Disposition
</FilesMatch>
Header set X-Content-Type-Options nosniff

On Github License

Files

Download PDF of Htaccess file

Comments

Apache