A tiny tit bit even more secure
This commit is contained in:
parent
1bce88a78e
commit
c3eb4964eb
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ def AccountPage(server, account):
|
|||
html = html + '</center>'
|
||||
|
||||
# Protecting emails and stuff from scrubbers
|
||||
if server.cookie in ProbablyHumanCookies:
|
||||
if server.cookie in ProbablyHumanCookies and server.cookie in KnownCookies:
|
||||
|
||||
# Website
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue