[bug] Wildcard TLDs in SimplePolicy MRF does not work #431
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#431
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Few instance admins, including my own instance, have reported that wildcard TLDs in SimplePolicy MRF do not work.
Say an instance has multiple domains with the same name but different TLD to block evade (e.g. badinstance.cc, badinstance.com, badinstance.xyz)
Instead of adding all 3 of those domains individually, we'd like to be able to just set
badinstance.*
so not only will it block all subdomains, it will block all TLDs. However, this doesn't seem to work.clarifiation: wildcard blocks of the standard form do work, i.e
*.example.com
however reverse-wildcards are not supported
Is this doable? Some of us have been under the wrong impression about how this works and now we need to adjust our MRFs to block a bunch of individual known block-evading domains because we can't just wildcard block a TLD.