diff --git a/index.html b/index.html
index 2076e49..d011fd4 100644
--- a/index.html
+++ b/index.html
@@ -993,7 +993,7 @@ async function loadFeed() {
res = await fetch(FEED_API, {
method: 'POST',
cache: 'no-store',
- headers: { 'Content-Type': 'application/json' },
+ headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${apiKey}` },
body: JSON.stringify({ customFeeds }),
});
} else {