Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170108
D306.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Sep 27, 12:08 AM
Size
770 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 12:08 AM (16 h, 23 m)
Engine
blob
Format
Raw Data
Handle
758203
Attached To
D306: INP-1703 - Set default expiration for font assets
D306.diff
View Options
Index: branches/5.2.x/.htaccess
===================================================================
--- branches/5.2.x/.htaccess
+++ branches/5.2.x/.htaccess
@@ -15,8 +15,13 @@
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
+ ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType image/icon "access plus 1 month"
+ ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
+ ExpiresByType application/x-font-opentype "access plus 1 month"
+ ExpiresByType application/x-font-ttf "access plus 1 month"
+ ExpiresByType application/font-woff "access plus 1 month"
</IfModule>
<IfModule mod_rewrite.c>
Event Timeline
Log In to Comment