mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 22:45:03 -04:00
fix another typo...
This commit is contained in:
parent
81fc11ef74
commit
8d0b261fb7
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