mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Global rules contains sonyentertainmentnetwork.com twice #1471
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 @nielsbasjes on GitHub (Jan 16, 2023).
The global domain rules contains sonyentertainmentnetwork.com in 2 lists.
Once with sony.com and once with playstation.com
https://github.com/dani-garcia/vaultwarden/blob/main/src/static/global_domains.json#L405
https://github.com/dani-garcia/vaultwarden/blob/main/src/static/global_domains.json#L897
To me it seems that these 3 should be combined into a single list.
Is my assessment correct?
@BlackDex commented on GitHub (Jan 16, 2023):
We use a tool
9b7e86efc2/tools/global_domains.pyWhich extracts the data from the official Bitwarden data located here
https://github.com/bitwarden/server/blob/master/src/Core/Enums/GlobalEquivalentDomainsType.cs and https://github.com/bitwarden/server/blob/master/src/Core/Utilities/StaticStore.cs
Which states both, ans they have different main domains.
So i think it's valid. If you think otherwise, i suggest to report this at Bitwarden.