Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fe5e5 commit d7f0da5Copy full SHA for d7f0da5
1 file changed
lib/core/common.py
@@ -1192,7 +1192,7 @@ def parseTargetUrl():
1192
conf.hostname = hostnamePort[0].strip()
1193
1194
conf.ipv6 = conf.hostname != conf.hostname.strip("[]")
1195
- conf.hostname = conf.hostname.strip("[]")
+ conf.hostname = conf.hostname.strip("[]").replace(CUSTOM_INJECTION_MARK_CHAR, "")
1196
1197
try:
1198
_ = conf.hostname.encode("idna")
0 commit comments