From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; dkim=pass header.d=irif.fr header.i=@irif.fr header.a=rsa-sha256 header.s=dkim-irif header.b=EaELzdTv; arc=none (Message is not ARC signed); dmarc=none Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id F3ADE135CB5A for ; Sat, 18 Jul 2026 17:44:10 +0200 (CEST) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 66IFiAo1013343 for ; Sat, 18 Jul 2026 17:44:10 +0200 Received: from mailhub.math.univ-paris-diderot.fr (unknown [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 3681B21348 for ; Sat, 18 Jul 2026 17:44:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:subject :subject:from:from:message-id:date:date:received:received; s= dkim-irif; t=1784389449; x=1785253450; bh=396U8j/Zx8EFQv+GE0Zl9A li3iGuQRNUBfNMQw00m3E=; b=EaELzdTvwvxCQuvB0SPNNuM7Z8yCpbebqPVqbw XueMH3/G4EqgDJ4gYkHix/BmS84H7e5pA1+Pm+ptQZ0RR/RV6BQmMAOq7Eh7El5T /idFd2/6bYdSn7cq4+1CipQ9L7NLu8alGLMurf5F+GSsxB25uHkeso+bTd7WydbW 314R4Hrmjs26Vy14JBQ4S4kmIu84TswasW4Uc7/W2zvgFGSKSlaWODtjXvvWnN4v jjZLPNR4y0f2XyzG3tkXU6eP00gYEXdIi1mo6+yvgvzbbY76MfQhC7lqMgDZQL3S BLGQDRCW1KMDNiOqtc6rlkgrvJf221fzPCWYv0q2F/nNnhSA== X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id N3kq_5nJ_jtz for ; Sat, 18 Jul 2026 17:44:09 +0200 (CEST) Received: from trurl.irif.fr (unknown [82.64.191.149]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 549F72143E for ; Sat, 18 Jul 2026 17:44:09 +0200 (CEST) Date: Sat, 18 Jul 2026 17:44:09 +0200 Message-ID: <87qzl0nvzq.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/30.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Sat, 18 Jul 2026 17:44:10 +0200 (CEST) X-Miltered: at korolev with ID 6A5B9F4A.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 6A5B9F4A.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 6A5B9F4A.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: EPWTYR323YIT5NVPUGTBKK7JDRLN2GMJ X-Message-ID-Hash: EPWTYR323YIT5NVPUGTBKK7JDRLN2GMJ X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] Heads up: changes in behaviour of the static web server List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi, I've just added some protection against filesystem traversal to the static web server. This causes some minor behaviour changes: - symlinks that point outside the static directory are no longer followed; if you're currently using symlinks, please either move the files into the directory, or use hard links or bind mounts; - if the static directory is renamed, Galene will continue accessing the files inside the old directory until it is restarted. -- Juliusz