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

now I'm just trying different things

parent db710ac3
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!35Dev,!13Dev
Pipeline #7623 passed
......@@ -475,7 +475,7 @@ class CreateTunnel(Resource):
localbind=localbind, authtok=authtok)
response = make_response("")
response.mime_type = 'application/json'
response.set_cookie('twsproxyauth', authtok, httponly=True,samesite='Lax')
response.set_cookie('twsproxyauth', authtok, httponly=True,secure=True,samesite='Strict')
logger.debug('JobConnect.connect: connecting via redirect with cookie authtok set to {}'.format(authtok))
return response
......
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