From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cSwg164g8z2yXK for ; Fri, 19 Sep 2025 15:00:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cSwg15rKDz2xM3 for ; Fri, 19 Sep 2025 15:00:45 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cSwg10MC6z1sd for ; Fri, 19 Sep 2025 15:00:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758294045; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=n1rT+B3g/nJMgc46p7nyRSKM77m9hABCEfv/sm8mpFE=; b=7ElY0cqfo0eumSawFpukrMb425j+DpsZMyaEIJYk6oNGHXUOmdXObtWscF/tI037r8Q8Q7 UqK+wcR81loedaDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758294045; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=n1rT+B3g/nJMgc46p7nyRSKM77m9hABCEfv/sm8mpFE=; b=B82I0EnBEen8C07a6neZTnYg8iiZL9Eyz91ai3i0KPtGbsMfL9MEws/mA8qMtPMhTSN1oq wSgdw1tDnfFlRobvFRyhPDT1M+CygHckfK+7/M/fOgotmPi5YQpPqJSaECDIjRQS1jPxcR bK2SzTV+XSdAsLERH2tHuzSKdssEyetRWAo653BdOE85c19PrNh1/NsgpsR+eZ4YRAU89T 1Pnf+oZg8OLJdfy8ANdSuxUFO+P2HBRc3MtqaI9dMo7FRAp6M+ONxNbCLVgH+AqCwRJLTZ HrJ1bEqgDF5Qk5T1lpj00tch40DCC9REdPgV6ptL48k35r8okyNWE3vqPA2hFw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4cSwfz3Jzpz2xpB; Fri, 19 Sep 2025 15:00:43 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 9eaae72637d9c98036bc521ff137fa3662d556b4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3c509e6ce899cf264e24b0e6357aac7730c71c85 X-Git-Newrev: 9eaae72637d9c98036bc521ff137fa3662d556b4 Message-Id: <4cSwfz3Jzpz2xpB@people01.haj.ipfire.org> Date: Fri, 19 Sep 2025 15:00:43 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, master has been updated via 9eaae72637d9c98036bc521ff137fa3662d556b4 (commit) from 3c509e6ce899cf264e24b0e6357aac7730c71c85 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9eaae72637d9c98036bc521ff137fa3662d556b4 Author: Michael Tremer Date: Fri Sep 19 16:00:06 2025 +0100 webui: Follow symlinks for static assets Fixes: #13873 - Prompt fonts generating 403 Forbidden error Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/httpd/vhosts.d/ipfire-interface-ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 17a916ff3..ae6b360fd 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -27,7 +27,7 @@ Header always set X-Frame-Options sameorigin - Options ExecCGI + Options ExecCGI FollowSymLinks AllowOverride None Require all granted hooks/post-receive -- IPFire 2.x development tree