mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 15:59:48 -05:00
fix another typo...
This commit is contained in:
parent
3f4f5e22ec
commit
a132cd28f5
@ -223,7 +223,7 @@ class Web:
|
|||||||
return _check_login()
|
return _check_login()
|
||||||
|
|
||||||
@self.app.after_request
|
@self.app.after_request
|
||||||
def add_security_headers(self, r):
|
def add_security_headers(r):
|
||||||
"""
|
"""
|
||||||
Add security headers to a response
|
Add security headers to a response
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user