t-r.de/content/misc/.htaccess

13 lines
361 B
ApacheConf

<Files *>
Require all denied
</Files>
<FilesMatch "((^$)|(^.+\.(html|php|js|css|png|jpg|svg|webp|gif|ico|pdf|otf|json|txt|xml)$))">
Require all granted
</FilesMatch>
<FilesMatch "\.otf$">
Header set Access-Control-Allow-Origin 'https://tobias-radloff.de'
Header set Access-Control-Allow-Origin 'https://www.tobias-radloff.de'
</FilesMatch>