feat:增加安全域名 thetvdb.com

This commit is contained in:
jxxghp
2025-02-07 18:11:36 +08:00
parent 0ba8aa75f5
commit fab5995c4e

View File

@@ -236,7 +236,8 @@ class ConfigModel(BaseModel):
"doubanio.com",
"lain.bgm.tv",
"raw.githubusercontent.com",
"github.com"]
"github.com",
"thetvdb.com"]
)
# 允许的图片文件后缀格式
SECURITY_IMAGE_SUFFIXES: List[str] = Field(