Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated some favicons and rules #281

Merged
merged 10 commits into from
Dec 18, 2021
4 changes: 4 additions & 0 deletions data/favicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"bauen.de": "bauen.de.ico",
"bett1.de": "bett1.de.png",
"betterplace.org": "betterplace.org.ico",
"bigbank.de": "bigbank.de.png",
"bigbank.eu": "bigbank.de.png",
"billpay.de": "billpay.de.ico",
"bingads.com": "microsoft.com.ico",
"bitdefender.com": "bitdefender.com.png",
Expand Down Expand Up @@ -179,6 +181,7 @@
"jugendherberge.de": "jugendherberge.de.ico",
"justeat-int.com": "justeat.it.png",
"kickstarter.com": "kickstarter.com.ico",
"klarna-festgeld.de": "klarna-festgeld.de.png",
"kuketz-blog.de": "kuketz-security.de.ico",
"kuketz-security.de": "kuketz-security.de.ico",
"kycsafe.com": "kycsafe.com.ico",
Expand Down Expand Up @@ -236,6 +239,7 @@
"psd-muenchen.de": "psd-muenchen.de.png",
"qantas.com.au": "qantas.com.au.ico",
"ratepay.de": "ratepay.de.png",
"rcibanque.com": "rcibanque.com.png",
"rhbank.no": "sparebank1.no.ico",
"ripcurl.com": "ripcurl.com.png",
"rockstargames.com": "rockstargames.com.ico",
Expand Down
Binary file added data/favicon/bigbank.de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/favicon/klarna-festgeld.de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/favicon/rcibanque.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 38 additions & 2 deletions data/signersDefault.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,18 @@
"sdid": "betterplace.org",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "bigbank.de",
"addr": "*",
"sdid": "bigbank.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "bigbank.eu",
"addr": "*",
"sdid": "bigbank.eu",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "billpay.de",
"addr": "*",
Expand Down Expand Up @@ -1195,6 +1207,18 @@
"sdid": "klarna.de email.klarna.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "klarna-festgeld.de",
"addr": "*",
"sdid": "klarna-festgeld.de",
"ruletype": "NEUTRAL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "klarna-festgeld.de",
"addr": "*@service.klarna-festgeld.de",
"sdid": "service.klarna-festgeld.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL_2"
}, {
"domain": "kuketz-blog.de",
"addr": "*",
Expand Down Expand Up @@ -1576,9 +1600,15 @@
}, {
"domain": "psd-muenchen.de",
"addr": "*",
"sdid": "news.psd-muenchen.de psd-muenchen.de",
"ruletype": "ALL",
"sdid": "psd-muenchen.de",
"ruletype": "NEUTRAL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "psd-muenchen.de",
"addr": "*@news.psd-muenchen.de",
"sdid": "news.psd-muenchen.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL_2"
}, {
"domain": "qantas.com.au",
"addr": "*@yourbooking.qantas.com.au",
Expand All @@ -1591,6 +1621,12 @@
"sdid": "ratepay.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "rcibanque.com",
"addr": "*",
"sdid": "rcibanque.com",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "rhbank.no",
"addr": "*",
Expand Down