Background
Before T377765: Do not allow protecting abuse filters if PII variables are not used, it was possible to set the protected flag on filters that did not contain protected variables. The flag cannot be removed (to avoid leaking private data via the logs), so doing this accidentally could cause editors who didn't have the right permissions to be locked out of the filter permanently.
In T378551: Create a way to unprotect an abuse filter, a maintenance script was added to undo this mistake. This task is for running the maintenance script.
Acceptance criteria
- The filter mentioned in T377765#10307225 is set to unprotected
- Any other filters known to be wrongly protected are unprotected