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 @@ -66,9 +66,6 @@ AddType application/x-font-otf otf
66
66
AddType application/x-font-woff woff
67
67
AddType application/font-woff2 woff2
68
68
69
- # Flash
70
- AddType application/x-shockwave-flash swf
71
-
72
69
# Archives and exports
73
70
AddType application/zip gzip
74
71
AddType application/x-gzip gz gzip
@@ -78,7 +75,7 @@ AddType application/xml xml
78
75
79
76
<IfModule mod_headers.c >
80
77
81
- <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?|js|css|swf| eot|ttf|otf|woff|woff2)$ >
78
+ <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs?|js|css|eot|ttf|otf|woff|woff2)$ >
82
79
Header append Cache-Control public
83
80
</FilesMatch >
84
81
@@ -115,7 +112,7 @@ AddType application/xml xml
115
112
ExpiresByType application/javascript "access plus 1 year"
116
113
117
114
# Favicon, images, flash
118
- <FilesMatch \.(ico|gif|png|jpg|jpeg|swf| svg|webp|avif|avifs?)$ >
115
+ <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|webp|avif|avifs?)$ >
119
116
ExpiresDefault "access plus 1 year"
120
117
</FilesMatch >
121
118
ExpiresByType image/gif "access plus 1 year"
You can’t perform that action at this time.
0 commit comments