From 654bff65cc7c448d78f08dc5b8d24c286351cd96 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 13 Feb 2025 09:03:13 +0100 Subject: [PATCH] add config for older apache releases without included mime type kudos @cryptomilk for the suggestion --- .htaccess.disabled | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess.disabled b/.htaccess.disabled index 5a3abe46..b635612b 100644 --- a/.htaccess.disabled +++ b/.htaccess.disabled @@ -2,6 +2,7 @@ RewriteEngine on RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC] RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC] RewriteRule .* - [R=403,L] +AddType application/wasm .wasm php_value max_execution_time 30