mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
fix another typo...
This commit is contained in:
parent
3f4f5e22ec
commit
a132cd28f5
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user