Skip to content

Commit

Permalink
feat:增加安全域名 thetvdb.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Feb 7, 2025
1 parent 0ba8aa7 commit fab5995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ class Config:
"doubanio.com",
"lain.bgm.tv",
"raw.githubusercontent.com",
"github.com"]
"github.com",
"thetvdb.com"]
)
# 允许的图片文件后缀格式
SECURITY_IMAGE_SUFFIXES: List[str] = Field(
Expand Down

0 comments on commit fab5995

Please sign in to comment.