From 1a7689367168dc95f5f5a70073a859498cbaee0e Mon Sep 17 00:00:00 2001 From: Pablo Pettinari Date: Wed, 16 Oct 2024 11:55:02 +0200 Subject: [PATCH] disable ethstaker feed --- src/lib/constants.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index df5f68b4176..763395f006b 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -183,10 +183,12 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [ href: "https://ethpandaops.io/posts/", feed: "https://ethpandaops.io/posts/index.xml", }, - { - href: "https://ethstaker.cc/blog", - feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker", - }, + // TODO: The endpoint is behind Vercel security checkpoint. Add back when + // we can fetch the xml feed without hitting the checkpoint. + // { + // href: "https://ethstaker.cc/blog", + // feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker", + // }, { href: "https://0xparc.org/blog", feed: _0X_PARC_FEED,