Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847687
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, Apr 19, 11:49 AM
Size
770 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 11:49 AM (48 m, 22 s)
Engine
blob
Format
Raw Data
Handle
602490
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