-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f647627
commit 4b4e33b
Showing
846 changed files
with
315,979 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<IfModule mod_deflate.c> | ||
AddOutputFilterByType DEFLATE text/plain | ||
AddOutputFilterByType DEFLATE text/html | ||
AddOutputFilterByType DEFLATE text/xml | ||
AddOutputFilterByType DEFLATE text/shtml | ||
AddOutputFilterByType DEFLATE text/css | ||
AddOutputFilterByType DEFLATE application/xml | ||
AddOutputFilterByType DEFLATE application/xhtml+xml | ||
AddOutputFilterByType DEFLATE application/rss+xml | ||
AddOutputFilterByType DEFLATE application/javascript | ||
AddOutputFilterByType DEFLATE application/x-javascript | ||
</IfModule> | ||
|
||
# BROWSER CACHING USING EXPIRES HEADERS | ||
<IfModule mod_expires.c> | ||
ExpiresActive on | ||
ExpiresDefault "access plus 1 month" | ||
|
||
# CSS | ||
ExpiresByType text/css "access plus 1 day" | ||
|
||
# Data interchange | ||
ExpiresByType application/json "access plus 0 seconds" | ||
ExpiresByType application/xml "access plus 0 seconds" | ||
ExpiresByType text/xml "access plus 0 seconds" | ||
|
||
# Favicon (cannot be renamed!) | ||
ExpiresByType image/x-icon "access plus 1 week" | ||
|
||
# HTML components (HTCs) | ||
ExpiresByType text/x-component "access plus 1 month" | ||
|
||
# HTML | ||
ExpiresByType text/html "access plus 1 day" | ||
|
||
# JavaScript | ||
ExpiresByType application/javascript "access plus 1 day" | ||
ExpiresByType text/javascript "access plus 1 day" | ||
|
||
# Manifest files | ||
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds" | ||
ExpiresByType text/cache-manifest "access plus 0 seconds" | ||
|
||
# Media | ||
ExpiresByType audio/ogg "access plus 1 month" | ||
ExpiresByType image/gif "access plus 1 month" | ||
ExpiresByType image/jpeg "access plus 1 month" | ||
ExpiresByType image/png "access plus 1 month" | ||
ExpiresByType video/mp4 "access plus 1 month" | ||
ExpiresByType video/ogg "access plus 1 month" | ||
ExpiresByType video/webm "access plus 1 month" | ||
|
||
# Web feeds | ||
ExpiresByType application/atom+xml "access plus 1 hour" | ||
ExpiresByType application/rss+xml "access plus 1 hour" | ||
|
||
# Web fonts | ||
ExpiresByType application/font-woff2 "access plus 1 month" | ||
ExpiresByType application/font-woff "access plus 1 month" | ||
ExpiresByType application/vnd.ms-fontobject "access plus 1 month" | ||
ExpiresByType application/x-font-ttf "access plus 1 month" | ||
ExpiresByType font/opentype "access plus 1 month" | ||
ExpiresByType image/svg+xml "access plus 1 month" | ||
</IfModule> | ||
|
||
RewriteEngine On | ||
RewriteCond %{HTTPS} !=on | ||
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/*! | ||
* KoliBri - The accessible HTML-Standard | ||
*/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/*! | ||
* KoliBri - The accessible HTML-Standard | ||
*/ |
Oops, something went wrong.