Skip to content

Commit

Permalink
Merge 7cc9269 into 2256b77
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Feb 11, 2021
2 parents 2256b77 + 7cc9269 commit 0f88722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/77.bugfix
@@ -0,0 +1 @@
fix waitress deprecation warning
2 changes: 1 addition & 1 deletion src/plone/testing/zope.py
Expand Up @@ -917,7 +917,7 @@ def setUpServer(self):
"""Create a WSGI server instance and save it in self.server.
"""
app = self.make_wsgi_app()
kwargs = {}
kwargs = {'clear_untrusted_proxy_headers': False}
if self.host is not None:
kwargs['host'] = self.host
if self.port is not None:
Expand Down

0 comments on commit 0f88722

Please sign in to comment.