]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2023 23:03:25 +0000 (01:03 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2023 23:13:47 +0000 (01:13 +0200)
commit40bdbd80a5852e66149e4e3879ac20ed0e0ddacb
treef04fd14444e32b75ab597c8beec047faaa09dfe1
parentbef653839181fa658bc1810822b8b9086c9e0f10
Continued:
- introduced helper module for domains, need to be aliased to 'domain_helper'
  to avoid conflict with parameter 'domain'
17 files changed:
fba/csrf.py
fba/helpers/__init__.py
fba/helpers/blacklist.py
fba/helpers/cookies.py
fba/helpers/domain.py [new file with mode: 0644]
fba/http/federation.py
fba/http/network.py
fba/models/blocks.py
fba/models/error_log.py
fba/models/instances.py
fba/networks/friendica.py
fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/peertube.py
fba/networks/pleroma.py
fba/utils.py