13 lines
373 B
ApacheConf
13 lines
373 B
ApacheConf
<Files *>
|
|
Require all denied
|
|
</Files>
|
|
|
|
<FilesMatch "((^$)|(^.+\.(html|php|js|css|png|jpg|svg|webp|gif|ico|pdf|otf|json|txt|xml|webmanifest)$))">
|
|
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>
|