Pleroma Blocking Domains

Edit your prod.secrets.exs file. In the section:

Add:

rewrite_policy: Pleroma.Web.ActivityPub.MRF.SimplePolicy```

Then add this section:

media_removal: [],```

federated_timeline_removal: [],```

accept: []```

Description of the different policies can be found here.