mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
add SECURITY_IMAGE_DOMAINS
This commit is contained in:
+7
-1
@@ -237,7 +237,13 @@ class ConfigModel(BaseModel):
|
|||||||
"lain.bgm.tv",
|
"lain.bgm.tv",
|
||||||
"raw.githubusercontent.com",
|
"raw.githubusercontent.com",
|
||||||
"github.com",
|
"github.com",
|
||||||
"thetvdb.com"]
|
"thetvdb.com",
|
||||||
|
"cctvpic.com",
|
||||||
|
"iqiyipic.com",
|
||||||
|
"hdslb.com",
|
||||||
|
"cmvideo.cn",
|
||||||
|
"ykimg.com",
|
||||||
|
"qpic.cn"]
|
||||||
)
|
)
|
||||||
# 允许的图片文件后缀格式
|
# 允许的图片文件后缀格式
|
||||||
SECURITY_IMAGE_SUFFIXES: List[str] = Field(
|
SECURITY_IMAGE_SUFFIXES: List[str] = Field(
|
||||||
|
|||||||
Reference in New Issue
Block a user