From 4c16557e4b504d287d0ef29513799ca36ac72fa9 Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Sun, 18 Jul 2021 04:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dsstackoverflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/appsettings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FastGithub/appsettings.json b/FastGithub/appsettings.json index 87f6d72..294c484 100644 --- a/FastGithub/appsettings.json +++ b/FastGithub/appsettings.json @@ -58,6 +58,9 @@ "*.gravatar.com": { "TlsSni": true, "Destination": "https://fdn.geekzu.org/" + }, + "i.stack.imgur.com": { + "Destination": "http://localhost/" // 没有对应的资源,阻断请求 } } },