]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 28 Aug 2023 14:30:09 +0000 (16:30 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 28 Aug 2023 14:39:03 +0000 (16:39 +0200)
commitd8a406eb5b96cb8161af7ec88604f4b0d526ed4e
tree2a2537cbc66934d3a91b3e74df4e87738ffc0df0
parentfc7e485f3370f3122cae4c8c4066403e984aa948
Continued:
- some misskey instances may have no nodeinfo URL, e.g. they got only detected
  through APP_NAME method
- still they may provide a blocklist
- it is now rewritten that first a generic "/api/v1/instance/domain_blocks" is
  fetched and if it fails, a software-specific attempt is done
12 files changed:
fba/__init__.py
fba/commands.py
fba/csrf.py [deleted file]
fba/helpers/blocklists.py
fba/http/__init__.py
fba/http/csrf.py [new file with mode: 0644]
fba/http/federation.py
fba/http/nodeinfo.py
fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/peertube.py