Slashdot Mirror


User: bugbuilder

bugbuilder's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Solution for NTLM Authorization Proxy Server on Privacy Leak in Mozilla and Mozilla-Based Browsers · · Score: 1

    Some users need to use NTLM Authorization Proxy Server because their admins don't allow any client except IE.

    Just add the two last lines at the beginning of client_header_fix function in client.py :

    def client_header_fix(self):
    ""
    self.logger.log('*** Trying to fix client header...')
    # Remove referer
    self.client_head_obj.del_param('referer')