mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
[PR #226] [MERGED] Fix /sync without query string #3786
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/226
Author: @janost
Created: 10/19/2018
Status: ✅ Merged
Merged: 10/19/2018
Merged by: @dani-garcia
Base:
master← Head:fix-sync-without-query-string📝 Commits (1)
daa66b0Fix /sync without query string📊 Changes
2 files changed (+8 additions, -0 deletions)
View changed files
📝
src/api/core/ciphers.rs(+7 -0)📝
src/api/core/mod.rs(+1 -0)📄 Description
Due to Rocket being a bit weird with query strings currently (see this Rocket issue), my last change (#225) broke clients which call
/syncwithout the?excludeDomains=query string. At least the Firefox addon is affected.Until Rocket releases their new query string parsing logic implemented here in
0.4.0, we're probably stuck with this rather ugly workaround.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.