]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 20 May 2024 12:33:25 +0000 (14:33 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 20 May 2024 12:33:25 +0000 (14:33 +0200)
commitefe35aa81ccca0979073d4774bdf1e15e0a09c0f
treecdb80d7f80f5be5f49d289b8e7f39b5b50b41805
parent712162b666c20bd17214d5bc085bb03248475400
Continued:
- some servers may return '<html something>' at the start (position 0),
- so if string.find() cannot find that string "<html", it will return -1 instead
  of zero
fba/http/csrf.py
fba/http/federation.py