mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-20 12:34:23 -04:00
fix another typo...
This commit is contained in:
parent
3f4f5e22ec
commit
a132cd28f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue