From c1e2467a3611150e20abf57ae011bc5215011be2 Mon Sep 17 00:00:00 2001 From: Sleeyax Date: Mon, 17 Mar 2025 15:08:30 +0100 Subject: [PATCH] Add comet FR to blocked manifests lists --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index acb3ab5..d4f4461 100644 --- a/config.js +++ b/config.js @@ -38,6 +38,7 @@ module.exports = { // output folder for build "build-dir": "./out", "blockedManifests": [ - "https://comet.elfhosted.com/manifest.json", + "https://comet.elfhosted.com/manifest.json", + "https://comet.stremiofr.com/manifest.json", ] }