created file
This commit is contained in:
parent
900f1f0a63
commit
3b7049a4aa
12
.htaccess
Normal file
12
.htaccess
Normal file
@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Loading…
Reference in New Issue
Block a user