Skip to content
Snippets Groups Projects
Commit 53c949ab authored by Chris Hines's avatar Chris Hines
Browse files

typo

parent 40e68c69
No related branches found
No related tags found
2 merge requests!83was trying to get the tunnel based on the csrf-token header which is wrong. So...,!82was trying to get the tunnel based on the csrf-token header which is wrong. So...
Pipeline #55177 passed
......@@ -106,7 +106,7 @@ class TWSProxy(threading.Thread):
import re
import requests
logger = logging.getLogger()
token_format: = [ b'Authorization: token (?P<authtok>\w+)[\W|$]',
token_format = [ b'Authorization: token (?P<authtok>\w+)[\W|$]',
b'token=(?P<authtok>\w+)[&|\W|$]',
b'twsproxyauth=(?P<authtok>\w+)[\W|$]']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment