-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DuckDuckGo not working on Self-Hosted environments (CORS Protected like FireFox) #3798
Comments
Thanks for the report. This should most likely have been removed from self-hosted. Waiting to hear back from some colleagues first to confirm. |
Though, I find it a bit strange actually. The Mobile client allows FireFox to work, but the web-vault for self-hosted env's has it removed. If i try to access the API manually, it seems to at least respond with an invalid token message. The only thing which breaks is the CORS part by first sending an I haven't worked with the whole CORS backend/frontend that much, so I'm not sure how this should work exactly. |
That's how CORS works. The browser sends an |
Hello all, I created the bug report closed by justindbaur. Just to check if I understood correctly, will the feature be implemented or just removed from the self-hosted servers? I'm actually choosing an alias service, and this info can help with my choice... |
It will be disabled for the web vault on self-hosted instances, but it will still be available on all the other clients. |
Ok, thank you |
Steps To Reproduce
Tools
>Generator
>Forwarded Email Alias
DuckDuckGo
, just enter random string, or an actual correct API key of course.It will respond with a CORS error.
Expected Result
Either:
Actual Result
DuckDuckGo option is available but not working.
Screenshots or Videos
Additional Context
I also tried this via cURL by using the the request send by
vault.bitwarden.com
, which does work, and if i change it to anything else, it will not respond with the needed headers. So it looks like DuckDuckGo is CORS protected same as FireFox.Operating System
Windows, macOS, Linux
Operating System Version
No response
Web Browser
Chrome, Firefox
Browser Version
No response
Build Version
2022.10.0
The text was updated successfully, but these errors were encountered: