When adding a domain to an MRF Simple, also match its subdomains #228

Closed
opened 2022-10-11 21:58:20 +00:00 by solidsanek · 1 comment

Basically, in a case where I add badactor.com to a list of instances to reject, I most likely would not be interested in their subdomains. This could be applied to MRF Simple only, as I'm not sure where else this would be relevant.

The simplest ways I can see from the code to do so would be adding ".*" to every listed domain in subdomains_regex or in subdomains_match.

Basically, in a case where I add badactor.com to a list of instances to reject, I most likely would not be interested in their subdomains. This could be applied to MRF Simple only, as I'm not sure where else this would be relevant. The simplest ways I can see from the code to do so would be adding ".*" to every listed domain in `subdomains_regex` or in `subdomains_match`.

yea, there... aren't many situations where you'd want to block the root but not subdomains

i might see if i can make it a tickbox thingy where it's "root and subdomains" just to make it flexible

yea, there... aren't many situations where you'd want to block the root but not subdomains i might see if i can make it a tickbox thingy where it's "root and subdomains" just to make it flexible
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#228
No description provided.