Skip to content

Commit

Permalink
Remove proxy-override-cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
sentanos committed Apr 20, 2018
1 parent 5a15cd4 commit 62b1312
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/ProxyService.mod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ local getHeaders = function (this, method, target, headers, overrideProto)
if headerLower == 'user-agent' then
sendHeaders['user-agent'] = nil
sendHeaders['proxy-override-user-agent'] = value
elseif headerLower == 'cookie' then
sendHeaders['cookie'] = nil
sendHeaders['proxy-override-cookie'] = value
end
end
end
Expand Down

0 comments on commit 62b1312

Please sign in to comment.