mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
More global domains #1852
Reference in New Issue
Block a user
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.
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:
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:
Gotcha, I'll go ahead and redo the list and send it to them then.
Thanks!