PartiPirate/Boutique/master/.htaccess - Htaccess File

PartiPirate/Boutique/master/.htaccess

<IfModule mod_setenvif.c>
  <IfModule mod_headers.c>
    <FilesMatch ".(gif|png|jpe?g|svg|svgz|ico|webp)$">
      SetEnvIf Origin ":" IS_CORS
      Header set Access-Control-Allow-Origin "*" env=IS_CORS
    </FilesMatch>
  </IfModule>
</IfModule>
<IfModule mod_headers.c>
  <FilesMatch ".(ttf|ttc|otf|eot|woff?|font.css|css)$">
    Header set Access-Control-Allow-Origin "*"
  </FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache