Disable website icons setting was reset? #2029

Closed
opened 2026-04-06 02:49:47 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @sfkpmr on 8/3/2022

Subject of the issue

Back in May I asked about how the website icons setting worked, and disabled it. Today I checked the logs and noticed that it had again downloaded icons, and in the UI I saw that all credentials had had icons downloaded.

Deployment environment

  • vaultwarden version: 1.25.0, now updated to 1.25.2
  • Install method: Docker Compose

    vaultwarden:
    image: vaultwarden/server
    container_name: vaultwarden
    environment:
    - TZ=${TZ}
    - SIGNUPS_ALLOWED=false
    volumes:
    - ./vaultwarden:/data
    security_opt:
    - no-new-privileges:true
    restart: unless-stopped

  • Clients used: Web, Android, Chromium add-on

  • Reverse proxy and version: Caddy 2.5.1

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details:

Steps to reproduce

Disabled the website icons setting in May, now it's been reset.

Expected behaviour

Settings don't change automatically.

Actual behaviour

Setting changed on its own.

Troubleshooting data

*Originally created by @sfkpmr on 8/3/2022* ### Subject of the issue Back in May I [asked](https://github.com/dani-garcia/vaultwarden/discussions/2503) about how the website icons setting worked, and disabled it. Today I checked the logs and noticed that it had again downloaded icons, and in the UI I saw that all credentials had had icons downloaded. ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.25.0, now updated to 1.25.2 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Docker Compose vaultwarden: image: vaultwarden/server container_name: vaultwarden environment: - TZ=${TZ} - SIGNUPS_ALLOWED=false volumes: - ./vaultwarden:/data security_opt: - no-new-privileges:true restart: unless-stopped * Clients used: Web, Android, Chromium add-on * Reverse proxy and version: Caddy 2.5.1 * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: ### Steps to reproduce Disabled the website icons setting in May, now it's been reset. ### Expected behaviour Settings don't change automatically. ### Actual behaviour Setting changed on its own. ### Troubleshooting data <!-- Share any log files, screenshots, or other relevant troubleshooting data -->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2029