mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat:增加安全域名 thetvdb.com
This commit is contained in:
+2
-1
@@ -236,7 +236,8 @@ class ConfigModel(BaseModel):
|
|||||||
"doubanio.com",
|
"doubanio.com",
|
||||||
"lain.bgm.tv",
|
"lain.bgm.tv",
|
||||||
"raw.githubusercontent.com",
|
"raw.githubusercontent.com",
|
||||||
"github.com"]
|
"github.com",
|
||||||
|
"thetvdb.com"]
|
||||||
)
|
)
|
||||||
# 允许的图片文件后缀格式
|
# 允许的图片文件后缀格式
|
||||||
SECURITY_IMAGE_SUFFIXES: List[str] = Field(
|
SECURITY_IMAGE_SUFFIXES: List[str] = Field(
|
||||||
|
|||||||
Reference in New Issue
Block a user