From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 797EE3858039 for ; Sat, 12 Nov 2022 09:30:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 797EE3858039 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id BA38D33E56; Sat, 12 Nov 2022 04:30:14 -0500 (EST) Received: from naga.localdomain (213-240-98-62.adsl.highway.telekom.at [213.240.98.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 196E633E61; Sat, 12 Nov 2022 04:30:13 -0500 (EST) Date: Sat, 12 Nov 2022 10:30:12 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Martin_Li=A8ka?= , Tobias Burnus , gcc-patches@gcc.gnu.org Subject: Re: [DOCS] sphinx: use new Sphinx links In-Reply-To: <868ba580-dc90-7473-8bc0-7b8d5dae4cd0@codesourcery.com> Message-ID: <020387b5-4fc8-c297-68f5-bc9b7f3f3cb4@pfeifer.com> References: <482ae3dd-15f7-1e81-92e6-51a148e3bbc4@suse.cz> <2832f3b5-f815-3922-3681-edd55ca04dd5@suse.cz> <1656d2ca-f3b3-b46e-cf16-a6798e10deb1@suse.cz> <9c9b4969-dc72-a93b-335b-d72346bb437e@pfeifer.com> <8ae80e2a-9f49-4ebf-d7f0-815d32919573@suse.cz> <39fb5822-95aa-037a-5ac7-865e9096ff9f@pfeifer.com> <638cad2d-9463-ad35-4b67-d18b42027521@pfeifer.com> <868ba580-dc90-7473-8bc0-7b8d5dae4cd0@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323328-1493604046-1668245414=:6261" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1493604046-1668245414=:6261 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Thu, 10 Nov 2022, Martin Li¨ka wrote: > See that the problematic for some reason uses "content-security-policy: > default-src 'self' http: https:". Yep. On Thu, 10 Nov 2022, Tobias Burnus wrote: > content-security-policy: default-src 'self' http: https: > > There must be some server configuration that add this - but it does not > seem to be in the .ht* files in the wwwdocs git repo. And yep. I dug into this yesterday and found the following: In /etc/httpd/conf.d/sourceware-vhost-gcc.conf we have Header unset Content-Security-Policy I am not aware of who added this, and why, nor actually even why, yet it seems if we can get the same in place for /install we'll be good again, so I'll ask overseers@. Next step: redirects from the old /install docs to the new ones. Gerald --8323328-1493604046-1668245414=:6261--