From f43d6c27c57efb97835b000c2bdbd32ff56c4364 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Sun, 29 Oct 2023 19:30:01 +0000 Subject: [PATCH] Change allowed origin in giscus.json to use less common hostname --- giscus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giscus.json b/giscus.json index d4b5b608..2d046424 100644 --- a/giscus.json +++ b/giscus.json @@ -7,7 +7,7 @@ "originsRegex": [ "https://giscus-git-([A-z0-9]|-)*giscus\\.vercel\\.app", "https://giscus-component-git-([A-z0-9]|-)*giscus\\.vercel\\.app", - "http://localhost:[0-9]+" + "http://selfhost:[0-9]+" ], "defaultCommentOrder": "oldest" }