From 0d53f1f29f8217eb6acb977b192d0462e253da63 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Thu, 8 May 2025 08:09:34 -0500 Subject: [PATCH 1/2] Add hosting.com and a2hosting.com * Add password reset link for hosting.com * Add password reset link for a2hosting.com * Assert shared credentials from a2hosting.com to hosting.com --- quirks/change-password-URLs.json | 2 ++ quirks/shared-credentials.json | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/quirks/change-password-URLs.json b/quirks/change-password-URLs.json index 5732b63a8..deb39d256 100644 --- a/quirks/change-password-URLs.json +++ b/quirks/change-password-URLs.json @@ -3,6 +3,7 @@ "1800contacts.com": "https://www.1800contacts.com/account/settings", "247sports.com": "https://247sports.com/my/settings/password/", "500px.com": "https://web.500px.com/settings/account/security", + "a2hosting.com": "https://my.hosting.com/profile/security", "aa.com": "https://www.aa.com/loyalty/profile/information", "aarp.org": "https://secure.aarp.org/account/editaccount?request_locale=en&nu=t", "account.magento.com": "https://account.magento.com/customer/account/changepassword", @@ -220,6 +221,7 @@ "hilton.com": "https://www.hilton.com/en/hilton-honors/guest/profile/password/", "homedepot.com": "https://www.homedepot.com/myaccount/security", "honeywell.com": "https://honeywell.csod.com/resetPasswrd.aspx?", + "hosting.com": "https://my.hosting.com/profile/security", "hotels.com": "https://hotels.com/profile/settings.html", "housecallpro.com": "https://pro.housecallpro.com/service_pro/account/reset_password", "hp.com": "https://account.id.hp.com/security", diff --git a/quirks/shared-credentials.json b/quirks/shared-credentials.json index c7a508ded..bb7cb7a41 100644 --- a/quirks/shared-credentials.json +++ b/quirks/shared-credentials.json @@ -725,5 +725,13 @@ "ynab.com" ], "fromDomainsAreObsoleted": true + }, + { + "from": [ + "a2hosting.com" + ], + "to": [ + "hosting.com" + ] } ] From f8f9a6c8a70f88d249bb16ff1c06f45228832e97 Mon Sep 17 00:00:00 2001 From: "Aaron D. Campbell" Date: Thu, 8 May 2025 09:25:44 -0500 Subject: [PATCH 2/2] Sort shared-credentials alphabetically by first domain --- quirks/shared-credentials.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/quirks/shared-credentials.json b/quirks/shared-credentials.json index bb7cb7a41..f772ef002 100644 --- a/quirks/shared-credentials.json +++ b/quirks/shared-credentials.json @@ -13,6 +13,14 @@ "videohive.net" ] }, + { + "from": [ + "a2hosting.com" + ], + "to": [ + "hosting.com" + ] + }, { "shared": [ "acmemarkets.com", @@ -725,13 +733,5 @@ "ynab.com" ], "fromDomainsAreObsoleted": true - }, - { - "from": [ - "a2hosting.com" - ], - "to": [ - "hosting.com" - ] } ]