mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
fix another typo...
This commit is contained in:
parent
81fc11ef74
commit
8d0b261fb7
@ -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…
x
Reference in New Issue
Block a user