diff options
| author | Dalf <alex@al-f.net> | 2020-08-12 09:42:27 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-09-10 10:39:04 +0200 |
| commit | 78883777438fc07833d983c50d9b131eb6feb9eb (patch) | |
| tree | fec44995d58a5c8ebe33ccd4406eaa228a55cbb3 /searx/webapp.py | |
| parent | 78df10fb55d9632ccae71d9f3b9260c7614a421c (diff) | |
Drop Python 2 (3/n): objects
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index ec2968259..25f43662a 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1040,7 +1040,7 @@ def run(): ) -class ReverseProxyPathFix(object): +class ReverseProxyPathFix: '''Wrap the application in this middleware and configure the front-end server to add these headers, to let you quietly bind this to a URL other than / and to an HTTP scheme that is |