mirror of
https://git.0x0.st/mia/0x0.git
synced 2026-01-09 20:11:46 +03:00
2
fhost.py
2
fhost.py
@@ -400,7 +400,7 @@ def store_url(url, addr, ua, secret: bool):
|
|||||||
if "content-length" in r.headers:
|
if "content-length" in r.headers:
|
||||||
l = int(r.headers["content-length"])
|
l = int(r.headers["content-length"])
|
||||||
|
|
||||||
if l < app.config["MAX_CONTENT_LENGTH"]:
|
if l <= app.config["MAX_CONTENT_LENGTH"]:
|
||||||
def urlfile(**kwargs):
|
def urlfile(**kwargs):
|
||||||
return type('',(),kwargs)()
|
return type('',(),kwargs)()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user