Skip to content

Commit

Permalink
ignore cacert in http-proxy.read()
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed May 22, 2023
1 parent 0dc018d commit eea3d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5032,6 +5032,7 @@ def read(self, entity=None, attrs=None, ignore=None, params=None):
ignore.add('password')
ignore.add('organization')
ignore.add('location')
ignore.add('cacert')
return super().read(entity, attrs, ignore, params)


Expand Down

0 comments on commit eea3d64

Please sign in to comment.