From b172690e910ce4de00f0ec82a621ccfa1b405e15 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 31 Dec 2025 10:01:11 -0800 Subject: [PATCH] Remove old website config This removes an old file that was used with an old system that we used with AWS. This hasn't been used in a long time, and since then we've also switched to just using GitHub Pages as-is. There's more context in the discussion at https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/forge.20cloudfront/with/535060344 and https://github.com/rust-lang/simpleinfra/issues/731. --- website_config.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 website_config.json diff --git a/website_config.json b/website_config.json deleted file mode 100644 index f64da1768..000000000 --- a/website_config.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "headers": { - "Strict-Transport-Security": "max-age=63072000", - "X-Content-Type-Options": "nosniff", - "X-Frame-Options": "DENY", - "X-XSS-Protection": "1; mode=block", - "Referrer-Policy": "no-referrer, strict-origin-when-cross-origin" - }, - "github_pages_origin": "rust-lang.github.io/rust-forge" -}