File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ AddType application/font-woff2 woff2
65
65
AddType font/truetype
66
66
AddType font/opentype
67
67
68
- # Flash
69
- AddType application/x-shockwave-flash swf
70
-
71
68
# Manifest
72
69
AddType application/manifest+json webmanifest
73
70
@@ -80,7 +77,7 @@ AddType application/xml xml
80
77
81
78
<IfModule mod_headers.c >
82
79
83
- <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?|js|css|swf| eot|ttf|otf|woff|woff2|html|json)$ >
80
+ <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?|js|css|eot|ttf|otf|woff|woff2|html|json)$ >
84
81
Header append Cache-Control public
85
82
</FilesMatch >
86
83
@@ -125,7 +122,7 @@ AddType application/xml xml
125
122
ExpiresByType application/json "access plus 1 year"
126
123
127
124
# Favicon, images, flash
128
- <FilesMatch \.(ico|gif|png|jpg|jpeg|swf| svg|webp|avif|avifs?)$ >
125
+ <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|webp|avif|avifs?)$ >
129
126
ExpiresDefault "access plus 1 year"
130
127
</FilesMatch >
131
128
ExpiresByType image/gif "access plus 1 year"
You can’t perform that action at this time.
0 commit comments