Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions quirks/change-password-URLs.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@
"usnews.com": "https://auth.usnews.com/changePassword",
"usps.com": "https://reg.usps.com/entreg/secure/ChangePasswordAction_input?returnActionName",
"vccs.edu": "https://www.apply.vccs.edu/Profile/_default.aspx",
"vend.dk": "https://account.vend.dk/account-security",
"vend.fi": "https://account.vend.fi/account-security",
"vend.no": "https://account.vend.no/account-security",
"vend.se": "https://account.vend.se/account-security",
"ventrachicago.com": "https://www.ventrachicago.com/account/manage-account/",
"verizon.com": "https://myvpostpay.verizon.com/ui/bill/secure/",
"victoriassecret.com": "https://www.victoriassecret.com/us/account/profile#changePassword",
Expand Down
40 changes: 40 additions & 0 deletions quirks/shared-credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,46 @@
],
"fromDomainsAreObsoleted": true
},
{
"from": [
"login.schibstedmarketplaces.dk",
"login.schibstedmarketplaces.dk"
],
"to": [
"login.vend.dk"
],
"fromDomainsAreObsoleted": true
},
{
"from": [
"schibstedmarketplaces.fi",
"login.schibstedmarketplaces.fi"
],
"to": [
"login.vend.fi"
],
"fromDomainsAreObsoleted": true
},
{
"from": [
"schibstedmarketplaces.no",
"login.schibstedmarketplaces.no"
],
"to": [
"login.vend.no"
],
"fromDomainsAreObsoleted": true
},
{
"from": [
"schibstedmarketplaces.se",
"login.schibstedmarketplaces.se"
],
"to": [
"login.vend.se"
],
"fromDomainsAreObsoleted": true
},
{
"shared": [
"uspowerboating.com",
Expand Down