]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 08:21:38 +0000 (10:21 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 08:24:06 +0000 (10:24 +0200)
commit861fcd135469a35b848b1d026ec9bd317f34aeb4
tree6bb4fab786c2933fb7e700aa56a8633a4df8be23
parent7e165e4a39217d7bb0ffae6ce7f6f2d696c719de
Continued:
- ignored more files (tracing, coverage)
- rewrote towards fba.csrf.determine() so it will always be determined, causes
  another request unfortunately
- or can we somehow save the cookie jar ?
- logging of errors can now be disabled for debug purposes
17 files changed:
.gitignore
api.py
config.defaults.json
fba/__init__.py
fba/blocks.py
fba/boot.py
fba/commands.py
fba/config.py
fba/csrf.py [new file with mode: 0644]
fba/fba.py
fba/federation/lemmy.py
fba/federation/mastodon.py
fba/federation/misskey.py
fba/federation/peertube.py
fba/federation/pleroma.py
fba/instances.py
fba/network.py