[PR #6570] [MERGED] support UriMatchDefaults policy #3777

Closed
opened 2026-02-05 05:44:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6570
Author: @stefan0xC
Created: 12/19/2025
Status: Merged
Merged: 12/19/2025
Merged by: @dani-garcia

Base: mainHead: add-support-for-new-policy


📝 Commits (1)

  • 6f30323 support UriMatchDefaults policy

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/db/models/org_policy.rs (+4 -0)

📄 Description

in the new web-vault (https://github.com/dani-garcia/bw_web_builds/pull/221) there will be a new policy that is not hidden behind a feature flag to set the default URI match detection.

I've also documented the other new policies as comments as well which are hidden behind feature flags or not available in the open source version. AutotypeDefaultSetting should be a client-side policy as well, while AutoConfirm will need server-side changes (at least this new endpoint).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6570 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `add-support-for-new-policy` --- ### 📝 Commits (1) - [`6f30323`](https://github.com/dani-garcia/vaultwarden/commit/6f3032309bb149a69d27152cc1abeffdfd71db7f) support UriMatchDefaults policy ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/org_policy.rs` (+4 -0) </details> ### 📄 Description in the new web-vault (https://github.com/dani-garcia/bw_web_builds/pull/221) there will be a new policy that is not hidden behind a feature flag to set the [default URI match detection](https://bitwarden.com/help/policies/#default-uri-match-detection). I've also documented the other new policies as comments as well which are hidden behind feature flags or not available in the open source version. `AutotypeDefaultSetting` should be a client-side policy as well, while `AutoConfirm` will need server-side changes (at least [this new endpoint](https://github.com/bitwarden/clients/blob/2a3e13b9b35928a1999a7709a0d43fcb1b00d22d/libs/admin-console/src/common/organization-user/services/default-organization-user-api.service.ts#L204)). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:44:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3777