Add the missing fonts

This commit is contained in:
Nabeel Shahzad
2017-12-30 13:39:56 -06:00
parent 5e5a9e10de
commit 92dfea4424
7 changed files with 11 additions and 18 deletions

View File

@@ -3,6 +3,10 @@ Options -Indexes
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
# Deny all these files/folders
RedirectMatch 403 ^/.git/.*?$
RedirectMatch 403 ^/.travis/.*?$