From 7e4a6f61760e356eccffcde3ea18eafb2d73007d Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sun, 17 Nov 2024 21:58:32 +0000 Subject: [PATCH] Update Apache config syntax in .htaccess files "Deny from all" is deprecated; the replacement syntax has been available since Apache 2.4 (originally released in 2012). See . Bug: T360850 Change-Id: I42cea285b55efdce283568720a257d9610cdd41d --- dev-scripts/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scripts/.htaccess b/dev-scripts/.htaccess index 14249c50b..b66e80882 100644 --- a/dev-scripts/.htaccess +++ b/dev-scripts/.htaccess @@ -1 +1 @@ -Deny from all \ No newline at end of file +Require all denied