Vault will call /api/sync?excludeDomains=true when it wants to do sync without Equivalent Domains information. While returning it anyway doesn't break the client, it makes the response unnecessarily big. (about 5x the response size with the default domain list)
Originally created by @mprasil on GitHub (Oct 14, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/222
Vault will call `/api/sync?excludeDomains=true` when it wants to do sync without Equivalent Domains information. While returning it anyway doesn't break the client, it makes the response unnecessarily big. (about 5x the response size with the default domain list)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mprasil on GitHub (Oct 14, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/222
Vault will call
/api/sync?excludeDomains=truewhen it wants to do sync without Equivalent Domains information. While returning it anyway doesn't break the client, it makes the response unnecessarily big. (about 5x the response size with the default domain list)