MRF transparency: don’t forget to obfuscate short domains #676
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#676
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:mrf-obfuscation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now at least one character will be obfuscated for all valid domains (no two neighbouring dots). E.g. for
we get
Plus a small doc change. Transparency, obfuscation and all other MRF modules are already documented in the cheat sheet, but up until now there was no reference to them in the dedicated MRF document.
Fixes #645
f5dd0670ff
to48d95ac8d4
thanks! the PR looks good, just needs formatting
mix format
and this should be fine48d95ac8d4
to3cd882528e
oops, forgot about
mix format
; now applied