Add comet FR to blocked manifests lists

This commit is contained in:
Sleeyax
2025-03-17 15:08:30 +01:00
committed by GitHub
parent 7b1519e9d0
commit c1e2467a36
+2 -1
View File
@@ -38,6 +38,7 @@ module.exports = {
// output folder for build // output folder for build
"build-dir": "./out", "build-dir": "./out",
"blockedManifests": [ "blockedManifests": [
"https://comet.elfhosted.com/manifest.json", "https://comet.elfhosted.com/manifest.json",
"https://comet.stremiofr.com/manifest.json",
] ]
} }