Skip to content

Commit

Permalink
Update default rules and favicons (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Oct 30, 2022
1 parent 4d095ca commit e428de0
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Enable end-of-line normalization for all text files
* text=auto

# Disable end-of-line normalization for the following files
data/favicon/** -text
thirdparty/** -text
5 changes: 5 additions & 0 deletions data/favicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"campact.de": "campact.de.ico",
"carglass.de": "carglass.de.ico",
"carwow.de": "carwow.de.png",
"centralbank.cy": "centralbank.cy.png",
"cert.ee": "cert.ee.ico",
"checktls.com": "checktls.com.png",
"chevron.com": "chevron.com.ico",
Expand Down Expand Up @@ -189,6 +190,7 @@
"herzstiftung.de": "herzstiftung.de.dib",
"homeaffairs.gov.au": "homeaffairs.gov.au.ico",
"hosttest.de": "hosttest.de.ico",
"hp.com": "hp.com.ico",
"hpi.de": "hpi.de.ico",
"huk-coburg.de": "huk.de.png",
"huk24.de": "huk24.de.png",
Expand Down Expand Up @@ -223,6 +225,7 @@
"krasserstoff.com": "krasserstoff.com.png",
"kuketz-blog.de": "kuketz-security.de.ico",
"kuketz-security.de": "kuketz-security.de.ico",
"kununu.com": "kununu.com.png",
"kycsafe.com": "kycsafe.com.ico",
"lastpass.com": "lastpass.com.ico",
"leagueoflegends.com": "leagueoflegends.com.ico",
Expand Down Expand Up @@ -364,6 +367,7 @@
"sgrservizi.it": "sgrservizi.it.jpg",
"shareit.com": "mycommerce.com.ico",
"shipcloud.io": "shipcloud.io.png",
"shippypro.com": "shippypro.com.svg",
"shore.com": "shore.com.ico",
"sky.de": "sky.de.png",
"skype.com": "skype.com.ico",
Expand All @@ -381,6 +385,7 @@
"stackexchange.com": "stackexchange.com.ico",
"stackoverflow.com": "stackoverflow.com.ico",
"stackoverflow.email": "stackoverflow.com.ico",
"stadt-koeln.de": "stadt-koeln.de.png",
"stadtwerke-uelzen.de": "stadtwerke-uelzen.de.png",
"stage-entertainment.de": "stage-entertainment.de.png",
"standardnotes.com": "standardnotes.com.ico",
Expand Down
Binary file added data/favicon/centralbank.cy.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/hp.com.ico
Binary file not shown.
Binary file added data/favicon/kununu.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions data/favicon/shippypro.com.svg
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/stadt-koeln.de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions data/signersDefault.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,12 @@
"sdid": "carglass.de",
"ruletype": "NEUTRAL",
"priority": "DEFAULT_RULE_NEUTRAL"
}, {
"domain": "centralbank.cy",
"addr": "*",
"sdid": "centralbank.cy",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "cert.ee",
"addr": "*",
Expand Down Expand Up @@ -1309,6 +1315,12 @@
"sdid": "hosttest.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "hp.com",
"addr": "*",
"sdid": "hp.com",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "hpi.de",
"addr": "*",
Expand Down Expand Up @@ -1519,6 +1531,12 @@
"sdid": "kuketz-security.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "kununu.com",
"addr": "*",
"sdid": "kununu.com",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "kycsafe.com",
"addr": "*",
Expand Down Expand Up @@ -2191,6 +2209,12 @@
"sdid": "shipcloud.io",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "shippypro.com",
"addr": "*",
"sdid": "shippypro.com",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "shore.com",
"addr": "*",
Expand Down Expand Up @@ -2311,6 +2335,12 @@
"sdid": "stackoverflow.email",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "stadt-koeln.de",
"addr": "*",
"sdid": "stadt-koeln.de",
"ruletype": "ALL",
"priority": "DEFAULT_RULE_ALL"
}, {
"domain": "stadtwerke-uelzen.de",
"addr": "*",
Expand Down

0 comments on commit e428de0

Please sign in to comment.