Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1um3TD-009Gk1-S5 for pgsql-www@arkaria.postgresql.org; Wed, 13 Aug 2025 04:52:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1um3TC-00C2UE-3g for pgsql-www@arkaria.postgresql.org; Wed, 13 Aug 2025 04:52:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1um3TB-00C2U6-Tu for pgsql-www@lists.postgresql.org; Wed, 13 Aug 2025 04:52:14 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1um3T9-000TQO-1B for pgsql-www@postgresql.org; Wed, 13 Aug 2025 04:52:13 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 57D4q9mL3843361; Wed, 13 Aug 2025 00:52:09 -0400 From: Tom Lane To: Chris Bandy cc: pgsql-www@postgresql.org Subject: Re: Unable to browse blobs on gitweb In-reply-to: References: Comments: In-reply-to Chris Bandy message dated "Tue, 12 Aug 2025 23:41:03 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3843359.1755060729.1@sss.pgh.pa.us> Date: Wed, 13 Aug 2025 00:52:09 -0400 Message-ID: <3843360.1755060729@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Chris Bandy writes: > I like to link to the Postgres source code and comments in my extension > code comments. I use https://git.postgresql.org/gitweb for that, as it > seems to be the canonical site for Postgres source code. It is ... but ... > Lately, I have encountered HTTP 429 errors when trying to access blobs. For > example, We had to shut down a lot of that stuff thanks to web-scrapers eating infinite amounts of bandwidth. (The AI bot companies will be first against the wall when the revolution comes ... but I digress.) You might try linking to the github mirror at https://github.com/postgres/postgres. So far they seem able to resist the onslaught of uncivilized jerks. regards, tom lane