Skip to content

Commit 2f883a4

Browse files
committed
fix: 修复漏洞
1 parent fec6e41 commit 2f883a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/storages/alist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async def express(self, hash: str, request: web.Request, response) -> Dict[str,
130130
try:
131131
response = web.HTTPFound(data["data"]["raw_url"])
132132
response.headers["x-bmclapi-hash"] = hash
133+
logger.debug(data)
133134
logger.debug(response)
134135
return {"bytes": data["data"]["size"], "hits": 1}
135136
except Exception as e:

0 commit comments

Comments
 (0)