mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 21:27:35 -05:00
StaticStore: add equivalent domains for Airbnb and Eventbrite (#182)
* GlobalEquivalentDomains: add Airbnb and Eventbrite * StaticStore: add airbnb domains List based on https://www.airbnb.com/sitemaps/localized * StaticStore: sort airbnb domains * StaticStore: add Eventbrite domains No public list found, went through some `nslookup` bruteforce checks... * StaticStore: add missing eventbrite.com
This commit is contained in:

committed by
Kyle Spearrin

parent
f61acdd3b9
commit
2c8395cee5
@ -73,6 +73,8 @@
|
||||
Tesla = 68,
|
||||
MorganStanley = 69,
|
||||
TaxAct = 70,
|
||||
Wikimedia = 71
|
||||
Wikimedia = 71,
|
||||
Airbnb = 72,
|
||||
Eventbrite = 73,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user