From 4b42829877f4980db6dff7ceee0e6b9c05018c2c Mon Sep 17 00:00:00 2001 From: Max Barrett Date: Wed, 6 Nov 2024 20:55:59 -0800 Subject: [PATCH] Update domain.conf Add aAdaad Signed-off-by: Max Barrett --- domain.conf | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/domain.conf b/domain.conf index 0ba5298..1e80ac0 100644 --- a/domain.conf +++ b/domain.conf @@ -129,7 +129,7 @@ LimitRequestBody 10240000 # Add separate blocks for each application with its own AllowOverride settings) - # Allows .htaccess overrides for these types ONLY – ADJUST IF NEEDED + # Allows .htaccess overrides for these types ONLY – ADJUST IF NEEDED AllowOverride FileInfo AuthConfig Limit # Allows access to all. Change if you need more specific access controls. @@ -161,6 +161,91 @@ LimitRequestBody 10240000 Require all denied + + # Data interchange + AddType application/atom+xml atom + AddType application/json json map topojson + AddType application/ld+json jsonld + AddType application/rss+xml rss + AddType application/geo+json geojson + AddType application/rdf+xml rdf + AddType application/xml xml + # JavaScript + AddType text/javascript js mjs + # Manifest files + AddType application/manifest+json webmanifest + AddType application/x-web-app-manifest+json webapp + AddType text/cache-manifest appcache + # Media files + AddType audio/mp4 f4a f4b m4a + AddType audio/flac flac + AddType audio/acc acc + AddType audio/webm weba + AddType video/webm webm + AddType application/vnd.apple.mpegurl m3u8 + AddType audio/mpegurl m3u8 + AddType application/x-mpegURL m3u8 + AddType video/MP2T ts + AddType audio/ogg oga ogg opus + AddType image/bmp bmp + AddType image/svg+xml svg svgz + AddType image/webp webp + AddType video/mp4 f4v f4p m4v mp4 + AddType video/ogg ogv + AddType video/webm webm + AddType image/x-icon cur ico + # HEIF Images + AddType image/heic heic + AddType image/heif heif + # HEIF Image Sequence + AddType image/heics heics + AddType image/heifs heifs + # AVIF Images + AddType image/avif avif + # AVIF Image Sequence + AddType image/avis avis + # WebAssembly + AddType application/wasm wasm + # Web fonts + AddType font/woff woff + AddType font/woff2 woff2 + AddType application/vnd.ms-fontobject eot + AddType font/ttf ttf + AddType font/collection ttc + AddType font/otf otf + # Other + AddType application/octet-stream safariextz + AddType application/x-bb-appworld bbaw + AddType application/x-chrome-extension crx + AddType application/x-opera-extension oex + AddType application/x-xpinstall xpi + AddType text/calendar ics + AddType text/markdown markdown md + AddType text/vcard vcard vcf + AddType text/vnd.rim.location.xloc xloc + AddType text/vtt vtt + AddType text/x-component htc + # Default Charset + AddDefaultCharset utf-8 + AddCharset utf-8 .appcache \ + .bbaw \ + .css \ + .htc \ + .ics \ + .js \ + .json \ + .manifest \ + .map \ + .markdown \ + .md \ + .mjs \ + .topojson \ + .vtt \ + .vcard \ + .vcf \ + .webmanifest \ + .xloc +