Skip to content

Commit e598638

Browse files
committed
Update default rules and favicons
1 parent b348abb commit e598638

File tree

6 files changed

+61
-2
lines changed

6 files changed

+61
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file.
1313
- The DKIM selector is now displayed in the DKIM button pop-up (#510).
1414
- The options page of the add-on can now be open from the DKIM button pop-up.
1515

16+
### Other
17+
18+
- Updated default rules and favicons.
19+
1620
## 6.0.1 (2025-03-10)
1721

1822
### Fixes

data/favicon.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"booking.com": "booking.com.ico",
9494
"booklooker.de": "booklooker.de.ico",
9595
"bosch.com": "bosch.com.png",
96+
"boulderwelt.de": "boulderwelt.de.png",
9697
"box.com": "box.com.ico",
9798
"boxcryptor.com": "boxcryptor.com.png",
9899
"brita.net": "brita.net.ico",
@@ -147,6 +148,9 @@
147148
"cyberport.de": "cyberport.de.png",
148149
"dataport.de": "dataport.de.png",
149150
"datev.de": "datev.de.ico",
151+
"decathlon.com": "decathlon.de.svg",
152+
"decathlon.de": "decathlon.de.svg",
153+
"decathlon.it": "decathlon.de.svg",
150154
"degba.onmicrosoft.com": "degussa-bank.de.png",
151155
"degussa-bank.de": "degussa-bank.de.png",
152156
"dehashed.com": "dehashed.com.webp",
@@ -362,6 +366,8 @@
362366
"kununu.com": "kununu.com.png",
363367
"kv.digital": "kv.digital.png",
364368
"kycsafe.com": "kycsafe.com.ico",
369+
"lampenwelt.com": "lampenwelt.de.svg",
370+
"lampenwelt.de": "lampenwelt.de.svg",
365371
"laptopwithlinux.onmicrosoft.com": "laptopwithlinux.com.webp",
366372
"lastpass.com": "lastpass.com.ico",
367373
"latex-project.org": "latex-project.org.png",

data/favicon/boulderwelt.de.png

617 Bytes
Loading

data/favicon/decathlon.de.svg

Lines changed: 4 additions & 0 deletions
Loading

data/favicon/lampenwelt.de.svg

Lines changed: 15 additions & 0 deletions
Loading

data/signersDefault.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"sdid": "ayvensbank.de",
356356
"ruletype": "ALL",
357357
"priority": "DEFAULT_RULE_ALL"
358-
}, {
358+
}, {
359359
"domain": "babelzilla.org",
360360
"addr": "*",
361361
"sdid": "babelzilla.org",
@@ -391,7 +391,7 @@
391391
"sdid": "bank11.de",
392392
"ruletype": "ALL",
393393
"priority": "DEFAULT_RULE_ALL"
394-
}, {
394+
}, {
395395
"domain": "battle.net",
396396
"addr": "*",
397397
"sdid": "battle.net",
@@ -583,6 +583,12 @@
583583
"sdid": "bosch.com de.bosch.com",
584584
"ruletype": "ALL",
585585
"priority": "DEFAULT_RULE_ALL_2"
586+
}, {
587+
"domain": "boulderwelt.de",
588+
"addr": "*",
589+
"sdid": "boulderwelt.de",
590+
"ruletype": "ALL",
591+
"priority": "DEFAULT_RULE_ALL"
586592
}, {
587593
"domain": "box.com",
588594
"addr": "*",
@@ -925,6 +931,18 @@
925931
"sdid": "datev.de",
926932
"ruletype": "ALL",
927933
"priority": "DEFAULT_RULE_ALL"
934+
}, {
935+
"domain": "decathlon.com",
936+
"addr": "*@service.decathlon.com",
937+
"sdid": "decathlon.com service.decathlon.com",
938+
"ruletype": "ALL",
939+
"priority": "DEFAULT_RULE_ALL_2"
940+
}, {
941+
"domain": "decathlon.de",
942+
"addr": "*@services.decathlon.de",
943+
"sdid": "decathlon.de services.decathlon.de",
944+
"ruletype": "ALL",
945+
"priority": "DEFAULT_RULE_ALL_2"
928946
}, {
929947
"domain": "decathlon.it",
930948
"addr": "*@email.decathlon.it",
@@ -2329,6 +2347,18 @@
23292347
"sdid": "kycsafe.com",
23302348
"ruletype": "ALL",
23312349
"priority": "DEFAULT_RULE_ALL"
2350+
}, {
2351+
"domain": "lampenwelt.de",
2352+
"addr": "*",
2353+
"sdid": "lampenwelt.de",
2354+
"ruletype": "ALL",
2355+
"priority": "DEFAULT_RULE_ALL"
2356+
}, {
2357+
"domain": "lampenwelt.com",
2358+
"addr": "*@reply.lampenwelt.com",
2359+
"sdid": "lampenwelt.com reply.lampenwelt.com",
2360+
"ruletype": "ALL",
2361+
"priority": "DEFAULT_RULE_ALL_2"
23322362
}, {
23332363
"domain": "laptopwithlinux.com",
23342364
"addr": "*",

0 commit comments

Comments
 (0)