Skip to content

Commit

Permalink
Merge pull request #94 from freedomofpress/93-add-politico
Browse files Browse the repository at this point in the history
Add Politico, remove Investigace
  • Loading branch information
sssoleileraaa authored Sep 2, 2022
2 parents 7903279 + 79b7f78 commit 6bb7535
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ which will create `test-key.jwk` in your current working directory.

2. Add their domain name and the requested URL to the `onboarded.txt` via PR into this repository. We match the domain based on the landing page of the organization, comparing the `netloc` in a URL with structure `scheme://netloc/path;parameters?query#fragment`.

3. Next, generate and sign the update ruleset using the following command (requires signing key, please ping `@zenmonkeykstop` for assistance):
3. Next, generate and sign the update ruleset using the following command (requires signing key, please ping a key holder for assistance):

```
./scripts/generate-and-sign
Expand Down
Binary file added default.rulesets.1662127899.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<a href='rulesets-signature.1650641408.sha256'>rulesets-signature.1650641408.sha256</a><br>
<a href='rulesets-signature.1662127899.sha256'>rulesets-signature.1662127899.sha256</a><br>
<a href='latest-rulesets-timestamp'>latest-rulesets-timestamp</a><br>
<a href='default.rulesets.1650641408.gz'>default.rulesets.1650641408.gz</a><br>
<a href='default.rulesets.1662127899.gz'>default.rulesets.1662127899.gz</a><br>
</html>
2 changes: 1 addition & 1 deletion latest-rulesets-timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1650641408
1662127899
2 changes: 1 addition & 1 deletion onboarded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ theintercept.com,theintercept.securedrop.tor.onion
www.theguardian.com,theguardian.securedrop.tor.onion
www.abc.net.au,abc.au.securedrop.tor.onion
www.hmdc.harvard.edu,iqss.harvard.securedrop.tor.onion
www.investigace.cz,investigace.securedrop.tor.onion
espenandersen.no,espena.securedrop.tor.onion
www.nytimes.com,nytimes.securedrop.tor.onion
techcrunch.com,techcrunch.securedrop.tor.onion
Expand Down Expand Up @@ -33,3 +32,4 @@ www.cnn.com,cnn.securedrop.tor.onion
propublica.org,propublica.securedrop.tor.onion
nex.sx,nex.securedrop.tor.onion
www.cbc.ca,cbcrc.securedrop.tor.onion
www.politico.com,politico.securedrop.tor.onion
Binary file added rulesets-signature.1662127899.sha256
Binary file not shown.
5 changes: 5 additions & 0 deletions rulesets/politico-securedrop-ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ruleset name="POLITICO">
<target host="politico.securedrop.tor.onion" />
<rule from="^http[s]?://politico.securedrop.tor.onion"
to="http://mzi5yynpd6qqq3lnh7vnaojy36v3hcorytsut47zwkguhnorduyxwead.onion" />
</ruleset>

0 comments on commit 6bb7535

Please sign in to comment.