Updated deps and misc fixes and updates #2095

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

Originally created by @BlackDex on 6/8/2022

  • Updated some Rust dependencies
  • Fixed an issue with CSP header, this was not configured correctly
  • Prevent sending CSP and Frame headers for the MFA connector.html files.
    Else some clients will fail to handle these protocols.
  • Add unsafe-inline for script-src only to the CSP for the Admin Interface
  • Updated JavaScript and CSS files for the Admin interface
  • Changed the layout for showing overridden settings, better visible now.
  • Made the version check cachable to prevent hitting the Github API rate limits
  • Hide the database_url as if it is a password in the Admin Interface
    Else for MariaDB/MySQL or PostgreSQL this was plain text.
  • Fixed an issue that pressing enter on the SMTP Test would save the config.
    resolves LDAP (#2542)
  • Prevent user names larger then 50 characters
    resolves Added web-vault v2.21.x support + some misc fixes (#2419)
*Originally created by @BlackDex on 6/8/2022* - Updated some Rust dependencies - Fixed an issue with CSP header, this was not configured correctly - Prevent sending CSP and Frame headers for the MFA connector.html files. Else some clients will fail to handle these protocols. - Add `unsafe-inline` for `script-src` only to the CSP for the Admin Interface - Updated JavaScript and CSS files for the Admin interface - Changed the layout for showing overridden settings, better visible now. - Made the version check cachable to prevent hitting the Github API rate limits - Hide the `database_url` as if it is a password in the Admin Interface Else for MariaDB/MySQL or PostgreSQL this was plain text. - Fixed an issue that pressing enter on the SMTP Test would save the config. resolves #2542 - Prevent user names larger then 50 characters resolves #2419
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2095