openrightsgroup / Blocking-Middleware

The censorship monitoring project (blocked.org.uk) API, database and message-queueing system
https://www.blocked.org.uk/
GNU General Public License v3.0
25 stars 11 forks source link

Add "mobile only" option #131

Closed JimKillock closed 3 years ago

JimKillock commented 3 years ago

Many of the reports I am sending belong to categories such as:

  1. Gun and weapon shops
  2. VPNs
  3. CBD and hemp products

These will not be unblocked by non-mobile networks, so it is pointless sending messages to them. Could we:

  1. Add an option "send to mobile operators only" on the "resend" page and the page for website review requests'
JimKillock commented 3 years ago

Note that this is a blocker on our BBFC work, as it's a bit wrong for us to flood the ISPs with requests we know they will not fulfill.

dantheta commented 3 years ago

This should be ready for testing.

The "mobile networks" checkbox (admin only) overrides the list of destination ISPS on the unblock page, but will still only create an ISP case where the site is currently blocked (or will queue a new test if the latest result is too old)

dantheta commented 3 years ago

The mobile-only option is available for admins on new reports as well as resending cancelled reports from the control panel.

JimKillock commented 3 years ago

Seems to be working well, thanks @dantheta.