Skip to content

Commit

Permalink
Merge branch 'main' into quicken
Browse files Browse the repository at this point in the history
  • Loading branch information
carlylemiii authored Dec 7, 2023
2 parents 5c83f32 + 5b15f13 commit 626c68f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 16 deletions.
9 changes: 9 additions & 0 deletions quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@
"gmx.net": {
"password-rules": "minlength: 8; maxlength: 40; allowed: lower, upper, digit, [-<=>~!|()@#{}$%,.?^'&*_+`:;\"[]];"
},
"gocurb.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [$%&#*?!@^];"
},
"google.com": {
"password-rules": "minlength: 8; allowed: lower, upper, digit, [-!\"#$%&'()*+,./:;<=>?@[^_{|}~]];"
},
Expand Down Expand Up @@ -524,6 +527,9 @@
"myhealthrecord.com": {
"password-rules": "minlength: 8; maxlength: 20; allowed: lower, upper, digit, [_.!$*=];"
},
"mysavings.breadfinancial.com": {
"password-rules": "minlength: 8; maxlength: 25; required: lower; required: upper; required: digit; required: [+_%@!$*~];"
},
"mysedgwick.com": {
"password-rules": "minlength: 8; maxlength: 16; allowed: lower; required: upper; required: digit; required: [@#%^&+=!]; allowed: [-~_$.,;]"
},
Expand Down Expand Up @@ -806,6 +812,9 @@
"wmata.com": {
"password-rules": "minlength: 8; required: lower, upper; required: digit; required: digit; required: [-!@#$%^&*~/\"()_=+\\|,.?[]];"
},
"worldstrides.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [-!#$%&*+=?@^_~];"
},
"wsj.com": {
"password-rules": "minlength: 5; maxlength: 15; required: digit; allowed: lower, upper, [-~!@#$^*_=`|(){}[:;\"'<>,.?]];"
},
Expand Down
12 changes: 3 additions & 9 deletions quirks/shared-credentials-historical.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"amazon.sa",
"amazon.sg",
"amazon.se",
"amazon.pl",
"ring.com"
"amazon.pl"
]
},
{
Expand Down Expand Up @@ -363,7 +362,8 @@
"office.com",
"skype.com",
"onenote.com",
"hotmail.com"
"hotmail.com",
"azure.com"
]
},
{
Expand Down Expand Up @@ -664,12 +664,6 @@
"dowjones.com"
]
},
{
"shared": [
"yahoo.com",
"flickr.com"
]
},
{
"shared": [
"zixmail.net",
Expand Down
11 changes: 11 additions & 0 deletions quirks/shared-credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@
"ing.com"
]
},
{
"shared": [
"instagram.com",
"threads.net"
]
},
{
"from": [
"letsdeel.com"
Expand Down Expand Up @@ -349,6 +355,11 @@
"quicken.com",
"simplifimoney.com"
]
},
"shared": [
"s.activision.com",
"profile.callofduty.com"
]
},
{
"from": [
Expand Down
18 changes: 11 additions & 7 deletions quirks/websites-with-shared-credential-backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@
"amazon.sa",
"amazon.sg",
"amazon.se",
"amazon.pl",
"ring.com"
"amazon.pl"
],
[
"amcrestcloud.com",
Expand Down Expand Up @@ -403,6 +402,10 @@
"ing.de",
"ing.com"
],
[
"instagram.com",
"threads.net"
],
[
"intuit.com",
"mint.com"
Expand Down Expand Up @@ -469,7 +472,8 @@
"office.com",
"skype.com",
"onenote.com",
"hotmail.com"
"hotmail.com",
"azure.com"
],
[
"minecraft.net",
Expand Down Expand Up @@ -593,6 +597,10 @@
"rocketaccount.com",
"rocketmortgage.com"
],
[
"s.activision.com",
"profile.callofduty.com"
],
[
"scholarshare529.com",
"secureaccountview.com"
Expand Down Expand Up @@ -783,10 +791,6 @@
"www.vistaprint.ca",
"account.vistaprint.com"
],
[
"yahoo.com",
"flickr.com"
],
[
"youneedabudget.com",
"ynab.com"
Expand Down

0 comments on commit 626c68f

Please sign in to comment.