@@ -128,7 +128,7 @@ Options -MultiViews
128
128
# the `X-UA-Compatible` response header should be send only for
129
129
# HTML documents and not for the other resources.
130
130
131
- <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xml|xpi)$" >
131
+ <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xloc| xml|xpi)$" >
132
132
Header unset X-UA-Compatible
133
133
</FilesMatch >
134
134
@@ -243,6 +243,7 @@ Options -MultiViews
243
243
AddType application/xml atom rdf rss xml
244
244
AddType image/webp webp
245
245
AddType image/x-icon cur ico
246
+ AddType text/vnd.rim.location.xloc xloc
246
247
AddType text/vtt vtt
247
248
AddType text/x-component htc
248
249
AddType text/x-vcard vcf
@@ -271,6 +272,7 @@ AddDefaultCharset utf-8
271
272
.topojson \
272
273
.vtt \
273
274
.webapp \
275
+ .xloc \
274
276
.xml
275
277
</IfModule >
276
278
@@ -429,7 +431,7 @@ AddDefaultCharset utf-8
429
431
# # the `X-Frame-Options` response header should be send only for
430
432
# # HTML documents and not for the other resources.
431
433
432
- # <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xml|xpi)$">
434
+ # <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xloc| xml|xpi)$">
433
435
# Header unset X-Frame-Options
434
436
# </FilesMatch>
435
437
@@ -463,7 +465,7 @@ AddDefaultCharset utf-8
463
465
# # the `Content-Security-Policy` response header should be send
464
466
# # only for HTML documents and not for the other resources.
465
467
466
- # <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xml|xpi)$">
468
+ # <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xloc| xml|xpi)$">
467
469
# Header unset Content-Security-Policy
468
470
# </FilesMatch>
469
471
@@ -630,7 +632,7 @@ AddDefaultCharset utf-8
630
632
# # the `X-XSS-Protection` response header should be send only for
631
633
# # HTML documents and not for the other resources.
632
634
633
- # <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xml|xpi)$">
635
+ # <FilesMatch "\.(appcache|atom|bbaw|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcf|vtt|webapp|web[mp]|woff2?|xloc| xml|xpi)$">
634
636
# Header unset X-XSS-Protection
635
637
# </FilesMatch>
636
638
@@ -720,6 +722,7 @@ AddDefaultCharset utf-8
720
722
"text/html" \
721
723
"text/javascript" \
722
724
"text/plain" \
725
+ "text/vnd.rim.location.xloc" \
723
726
"text/vtt" \
724
727
"text/x-component" \
725
728
"text/xml"
0 commit comments