mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #811] More global domains #563
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#563
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dubz on GitHub (Jan 13, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/811
I'm not sure if the list used is purely from Bitwarden and should be referred to them, or if you keep this maintained separately. If it's strictly Bitwarden's list, let me know and I can send the list to them.
Here is a list of some equivalent domains that I know of.
I put them in similar format to the file, but will let one of the maintainers fill in the type value. Not sure if it's just incremental or has any sort of meaning. Also no idea what the excluded key is for, but I see all of the ones added are false so I just made all of these false as well. Do with what you'd like.
Also note that these domains could be added to the group for Microsoft:
@dani-garcia commented on GitHub (Jan 13, 2020):
These are pulled from upstream yes, it's basically a dump of what the API would return, that's why the excluded is there, cause the API also returns that. The official source is in the bitwarden server project, in these two files:
https://github.com/bitwarden/server/blob/master/src/Core/Enums/GlobalEquivalentDomainsType.cs
https://github.com/bitwarden/server/blob/master/src/Core/Utilities/StaticStore.cs
You can see an example of an added change in this random PR:
https://github.com/bitwarden/server/pull/600/files#diff-08ae25c4b5138a3fc580dc436f5b74fc
@Dubz commented on GitHub (Jan 13, 2020):
Gotcha, I'll go ahead and redo the list and send it to them then.
Thanks!