From a132cd28f5aa20668d5fc52a38f2411458712f04 Mon Sep 17 00:00:00 2001 From: whew <73732390+whew@users.noreply.github.com> Date: Mon, 31 May 2021 12:28:57 +0000 Subject: [PATCH] fix another typo... --- cli/onionshare_cli/web/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/onionshare_cli/web/web.py b/cli/onionshare_cli/web/web.py index 7b02173b..a5c26232 100644 --- a/cli/onionshare_cli/web/web.py +++ b/cli/onionshare_cli/web/web.py @@ -223,7 +223,7 @@ class Web: return _check_login() @self.app.after_request - def add_security_headers(self, r): + def add_security_headers(r): """ Add security headers to a response """