mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-21 17:42:44 -05:00
Refused to connect to 'https://api.bitwarden.com/accounts/profile' because it violates the document's Content Security Policy. #5125
Reference in New Issue
Block a user
Originally created by @florian-sabonchi on GitHub (Jan 26, 2023).
Subject of the issue
Install method: Docker
Clients used: web
Reverse proxy and version: treafik
MySQL/MariaDB or PostgreSQL version: Postgres
Other relevant details: Version 2022.12.0
Steps to reproduce
login to vault warden sometimes passwords are empty
Expected behaviour
passwords should be loaded
Actual behaviour
passwords are not loaded-->
Troubleshooting data
@florian-sabonchi commented on GitHub (Jan 26, 2023):
@BlackDex commented on GitHub (Jan 26, 2023):
I'm not sure what you are trying to do, but Vaultwarden never ever connects to
api.bitwarden.comfor anything.There is just one feature which could cause Vaultwarden to do anything on a Bitwarden endpoint, and those are the favicon's if you configure that you want to use there icon fetching endpoint.
Other then that, all should be fully independent from any Bitwarden endpoint.
I suggest to double check your docker/reverse-proxy configuration.