freedomofpress / securedrop-https-everywhere-ruleset

HTTPS Everywhere ruleset for human-readable Onion URLs for SecureDrop instances
https://securedrop.org/https-everywhere/
10 stars 3 forks source link

Remove outdated rulesets #71

Closed conorsch closed 2 years ago

conorsch commented 3 years ago

Status

Ready for review

Overview

The historical version of these files don't need to clutter up the repo and docroot, especially since we consider only the newest valid. Conservatively preserving the most recent three (3) items of each.

One-liner for posterity:

ls -1 *.gz  | head -n -3 | xargs git rm

And voila.

Review Checklist

Post-Deployment Checklist

conorsch commented 2 years ago

Thanks for the close review, @eloquence. At first glance, I thought the problem you were pointing out was due to a missing | sort -n, so I tried again locally—but you're right, it's the branch history.

As I understand it, the "rule of 3" is just an abundance of caution thing anyway, and it shouldn't really matter for this first cleanup PR

Couldn't agree more! Merging as-is.