-
Notifications
You must be signed in to change notification settings - Fork 364
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
URL push with passphrase redirects to the passphrase page after successful validation, rather to payload url #1997
Comments
Hello @thekamilpro, thanks for contributing to the Password Pusher community! We will respond as soon as possible. |
Hi @thekamilpro - Hrm good find - the 1-click doesn't make much sense when the passphrase lockdown is in use.... I just tested it and the flow was "Click Here to Proceed", Passphrase lockdown form, "Click Here to Proceed" again and then the final URL. Thanks/I'll fix soon. |
I hit this same issue today. If no passphrase - all good if passphrase - no good |
Ok I think I have the right fix in #2059. A bit more testing later today and I'll push it out. |
Released in v1.40.4. |
Just tested this but the view's count doesn't appear to be decreasing. |
Doh thats not good. I have a fix in progress now. Thanks for the find! |
Fix released in v1.40.8 which is building now. I added a bunch of tests to validate this going forward for each release. Thanks for the helpful report @clmcavaney! |
I think I found a bug, when creating a new URL push with your website or API, the link redirects back to the URL push, rather than the site hidden by the push; I think it should at this point redirect to the hidden path. You can see in the screenshot below the Link leads to the same address as the actual push.
I had quick at the code and I think this the responsible line
PasswordPusher/app/controllers/urls_controller.rb
Line 91 in ff18f62
The text was updated successfully, but these errors were encountered: