-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rollback_allowed breaks the server (lacks support for protocol V3.1?) #51
Comments
Hi, we're using version 3 of the server protocol (not 3.1), which does not include a |
Ok, I will close this. Just know that Brave can be configured so as to ask for a rollback. |
I see. I thought you were just simulating requests with |
Yeah sorry, I should have made it clearer. I bumped into this when messing with Brave Update Policies. To reproduce:
These policies apply only if your Windows machine is attached to a Domain (found out reading the source of Omaha).
NOTE: Windows has a stupid way of handling registry keys for 32 bit programs running on x64. So you need to apply the latter .reg file using something like |
Thank you for clarifying! |
I'm testing some of the update-related policies for Brave, and in order to do that I tried to downgrade.
However, the server returns a "Bad Request" when
rollback_allowed="true"
in<updatecheck/>
.Example:
^ This fails
^ This works
Updater protocol reference: LINK
P.S.: I would gladly avoid rollbacks, but instances of brave installed from a standalone installer don't seem to be able to update correctly. (EDIT: I might have downloaded a non-release setup.exe, so this might be on me)
The text was updated successfully, but these errors were encountered: