Skip to content

Commit

Permalink
Merge pull request #41 from freedomofpress/40-wapo
Browse files Browse the repository at this point in the history
Adds Washington Post
  • Loading branch information
eloquence authored Apr 6, 2021
2 parents 1b51226 + 9bdd2fc commit 3aa0b53
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
image := fpf.local/securedrop-https-everywhere-ruleset:$(shell cat latest-rulesets-timestamp)

DEFAULT_GOAL: rules

.PHONY: test-key
test-key: ## Generates a test key for development/testing purposes locally.
openssl genrsa -out key.pem 4096
Expand Down
Binary file added default.rulesets.1617642666.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.1614864041.sha256'>rulesets-signature.1614864041.sha256</a><br>
<a href='rulesets-signature.1617642666.sha256'>rulesets-signature.1617642666.sha256</a><br>
<a href='latest-rulesets-timestamp'>latest-rulesets-timestamp</a><br>
<a href='default.rulesets.1614864041.gz'>default.rulesets.1614864041.gz</a><br>
<a href='default.rulesets.1617642666.gz'>default.rulesets.1617642666.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 @@
1614864041
1617642666
1 change: 1 addition & 0 deletions onboarded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ www.thestar.com,torontostar.securedrop.tor.onion
tcfmailvault.info,bartongellman.securedrop.tor.onion
www.apache.be,apache.securedrop.tor.onion
www.2600.com,2600.securedrop.tor.onion
www.washingtonpost.com,washingtonpost.securedrop.tor.onion
Binary file added rulesets-signature.1617642666.sha256
Binary file not shown.
5 changes: 5 additions & 0 deletions rulesets/washington-post-securedrop-ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ruleset name="The Washington Post">
<target host="washingtonpost.securedrop.tor.onion" />
<rule from="^http[s]?://washingtonpost.securedrop.tor.onion"
to="http://vfnmxpa6fo4jdpyq3yneqhglluweax2uclvxkytfpmpkp5rsl75ir5qd.onion" />
</ruleset>

0 comments on commit 3aa0b53

Please sign in to comment.