Skip to content

Commit af254fb

Browse files
authored
Merge branch 'main' into toyota-app
2 parents 0f00081 + 0171613 commit af254fb

7 files changed

+67
-4
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 - 2024 Apple Inc.
1+
Copyright 2020 - 2025 Apple Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

quirks/apple-appIDs-to-domains-shared-credentials.json

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"G4K4BQ7S8J.com.backblaze.BzBackupBrowser": [
3434
"backblaze.com"
3535
],
36+
"G4K4BQ7S8J.com.backblaze.bzdoinstall": [
37+
"backblaze.com"
38+
],
39+
"G4K4BQ7S8J.com.backblaze.Backblaze": [
40+
"backblaze.com"
41+
],
3642
"J983T9Z6T6.com.birdbuddy.app": [
3743
"mybirdbuddy.com"
3844
],
@@ -100,6 +106,11 @@
100106
"3N57B8Z367.com.standard-life.MyPortfolio": [
101107
"standardlife.co.uk"
102108
],
109+
"com.mojang.minecraftlauncher": [
110+
"microsoft.com",
111+
"live.com",
112+
"xbox.com"
113+
],
103114
"R4W6XE43MN.com.toyota.OneApp": [
104115
"toyota.com"
105116
]

quirks/change-password-URLs.json

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
"michaels.com": "https://www.michaels.com/on/demandware.store/Sites-MichaelsUS-Site/default/Account-EditProfile",
270270
"microsoft.com": "https://account.live.com/password/Change",
271271
"mlb.com": "https://www.mlb.com/account/general",
272+
"mountainwarehouse.com": "https://www.mountainwarehouse.com/account/details-link/",
272273
"msn.com": "https://account.live.com/password/change?refd=account.microsoft.com&fref=home.banner.changepwd",
273274
"music.youtube.com": "https://myaccount.google.com/signinoptions/password",
274275
"my.goabode.com": "https://my.goabode.com/#/app/account",

quirks/password-rules.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@
176176
"carrefour.it": {
177177
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [!#$%&*?@_];"
178178
},
179+
"carte-mobilite-inclusion.fr": {
180+
"password-rules": "minlength: 12; maxlength: 30; required: lower; required: upper; required: digit;"
181+
},
179182
"cathaypacific.com": {
180183
"password-rules": "minlength: 8; maxlength: 20; required: upper; required: digit; required: [!#$*^]; allowed: lower;"
181184
},
@@ -255,7 +258,7 @@
255258
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; required: [!#$%&()*+=@^_];"
256259
},
257260
"cvs.com": {
258-
"password-rules": "minlength: 8; maxlength: 25; required: lower, upper; required: digit; allowed: [!@#$%^&*()];"
261+
"password-rules": "minlength: 8; maxlength: 25; required: lower, upper; required: digit; required: [!@#$%^&*()];"
259262
},
260263
"dailymail.co.uk": {
261264
"password-rules": "minlength: 5; maxlength: 15;"
@@ -626,6 +629,9 @@
626629
"keldoc.com": {
627630
"password-rules": "minlength: 12; required: lower; required: upper; required: digit; required: [!@#$%^&*];"
628631
},
632+
"kennedy-center.org": {
633+
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [!#$%&*?@];"
634+
},
629635
"key.harvard.edu": {
630636
"password-rules": "minlength: 10; maxlength: 100; required: lower; required: upper; required: digit; allowed: [-@_#!&$`%*+()./,;~:{}|?>=<^[']];"
631637
},
@@ -725,6 +731,9 @@
725731
"mlb.com": {
726732
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
727733
},
734+
"mountainwarehouse.com": {
735+
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; allowed: [-@#$%^&*_+={}|\\:',?/`~\"();.];"
736+
},
728737
"mpv.tickets.com": {
729738
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
730739
},
@@ -965,6 +974,9 @@
965974
"treasurer.mo.gov": {
966975
"password-rules": "minlength: 8; maxlength: 26; required: lower; required: upper; required: digit; required: [!#$&];"
967976
},
977+
"truist.com": {
978+
"password-rules": "minlength: 8; maxlength: 28; max-consecutive: 2; required: lower; required: upper; required: digit; required: [!#$%()*,:;=@_];"
979+
},
968980
"turkishairlines.com": {
969981
"password-rules": "minlength: 6; maxlength: 6; required: digit; max-consecutive: 3;"
970982
},

quirks/shared-credentials.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@
534534
{
535535
"shared": [
536536
"steampowered.com",
537-
"steamcommunity.com"
537+
"steamcommunity.com",
538+
"steamgames.com"
538539
]
539540
},
540541
{

quirks/web-browser-extension-distribution-information.json

+38
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,44 @@
186186
3
187187
]
188188
},
189+
{
190+
"long_name": "Mozilla Firefox Developer Edition",
191+
"short_name": "Firefox Developer Edition",
192+
"supported_platforms": [
193+
"Mac",
194+
"Windows",
195+
"Linux"
196+
],
197+
"platform_specific_information": {
198+
"Mac": {
199+
"bundle_identifier": "org.mozilla.firefoxdeveloperedition",
200+
"code_signing_identifier": "org.mozilla.firefoxdeveloperedition",
201+
"code_signing_team_identifier": "43AQ936H96"
202+
}
203+
},
204+
"supported_store_identifiers": [
205+
3
206+
]
207+
},
208+
{
209+
"long_name": "Mozilla Firefox Nightly",
210+
"short_name": "Firefox Nightly",
211+
"supported_platforms": [
212+
"Mac",
213+
"Windows",
214+
"Linux"
215+
],
216+
"platform_specific_information": {
217+
"Mac": {
218+
"bundle_identifier": "org.mozilla.nightly",
219+
"code_signing_identifier": "org.mozilla.nightly",
220+
"code_signing_team_identifier": "43AQ936H96"
221+
}
222+
},
223+
"supported_store_identifiers": [
224+
3
225+
]
226+
},
189227
{
190228
"long_name": "Arc",
191229
"short_name": "Arc",

tools/PasswordRulesParser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class CustomCharacterClass {
6666
}
6767
get characters() { return this._characters; }
6868
toString() { return `[${this._characters.join("")}]`; }
69-
toHTMLString() { return `[${this._characters.join("").replace('"', "&quot;")}]`; }
69+
toHTMLString() { return `[${this._characters.join("").replace(/"/g, "&quot;")}]`; }
7070
};
7171

7272
// MARK: Lexer functions

0 commit comments

Comments
 (0)