Skip to content

Commit

Permalink
added taz, removed and exempted defunct instances
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jun 29, 2023
1 parent 3b0103e commit a266877
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
Binary file added default.rulesets.1688046105.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.1679933350.sha256'>rulesets-signature.1679933350.sha256</a><br>
<a href='rulesets-signature.1688046105.sha256'>rulesets-signature.1688046105.sha256</a><br>
<a href='latest-rulesets-timestamp'>latest-rulesets-timestamp</a><br>
<a href='default.rulesets.1679933350.gz'>default.rulesets.1679933350.gz</a><br>
<a href='default.rulesets.1688046105.gz'>default.rulesets.1688046105.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 @@
1679933350
1688046105
4 changes: 1 addition & 3 deletions onboarded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ forbiddenstories.org,forbiddenstories.securedrop.tor.onion
webapps.aljazeera.net,ajiunit.securedrop.tor.onion
www.ft.com,ft.securedrop.tor.onion
apps.publicintegrity.org,publicintegrity.securedrop.tor.onion
lessig.law,lessig.securedrop.tor.onion
news.bloomberglaw.com,bloomberglaw.securedrop.tor.onion
www.reuters.com,reuters.securedrop.tor.onion
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
tv2.dk,tv2.dk.securedrop.tor.onion
Expand All @@ -39,3 +36,4 @@ www.sueddeutsche.de,sueddeutsche.securedrop.tor.onion
noyb.eu,noyb.securedrop.tor.onion
news.bloomberglaw.com,bloombergindustrygroup.securedrop.tor.onion
www.ktipp.ch,ktipp.securedrop.tor.onion
taz.de,taz.securedrop.tor.onion
Binary file added rulesets-signature.1688046105.sha256
Binary file not shown.
5 changes: 5 additions & 0 deletions rulesets/taz-securedrop-ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ruleset name="Taz">
<target host="taz.securedrop.tor.onion" />
<rule from="^http[s]?://taz.securedrop.tor.onion"
to="http://tazleakssvtc2lqrhkpvbzo6qwolcldzkzoexo7wombufd6a573bhlid.onion" />
</ruleset>
8 changes: 7 additions & 1 deletion sddir.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
RULESET_DIR = "rulesets"

# tcfmailvault.info = unlisted SecureDrop; all others: extended outage
EXEMPTIONS = ["tcfmailvault.info", "espenandersen.no", "www.sfchronicle.com"]
EXEMPTIONS = [
"tcfmailvault.info",
"espenandersen.no",
"www.sfchronicle.com",
"propublica.org",
"aftenbladet.no",
]


def remove_umlaut(text: str) -> str:
Expand Down

0 comments on commit a266877

Please sign in to comment.