]> git.mxchange.org Git - fba.git/commit
Continued: master
authorRoland Häder <roland@mxchange.org>
Tue, 19 Aug 2025 19:25:46 +0000 (21:25 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Aug 2025 22:43:27 +0000 (00:43 +0200)
commit5a4281d58bde113582dd89c675a2d5daee9c28ba
tree5d8a2bd41ae8abc3ad57b242a82bb2237997c8a8
parent84ccf95f87cd1a33241d2761dd8b7c68e8caf5b1
Continued:
- renamed parameter `domain` to `pattern`
- initialized `domain` with value from `pattern`
- some better error messages
- only invoke `utils.obfuscate()` when an asterisk or question mark is included
  in pattern
19 files changed:
fba/helpers/blocks.py
fba/helpers/cache.py
fba/helpers/config.py
fba/helpers/cookies.py
fba/helpers/dicts.py
fba/helpers/domain.py
fba/helpers/processing.py
fba/helpers/software.py
fba/helpers/tidyup.py
fba/http/csrf.py
fba/http/federation.py
fba/http/network.py
fba/http/nodeinfo.py
fba/models/blocks.py
fba/models/instances.py
fba/models/obfuscation.py
fba/networks/lemmy.py
fba/networks/misskey.py
fba/utils.py