mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-27 09:49:57 +00:00 
			
		
		
		
	Disable autofill-v2 (#4056)
Disabled autofill-v2 as it seems to cause strange issues as reported here: https://github.com/dani-garcia/vaultwarden/discussions/4052 Also added the Vaultwarden server version back again but at a different location. Fixes #4052
This commit is contained in:
		 Mathijs van Veluw
					Mathijs van Veluw
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							efc6eb0073
						
					
				
				
					commit
					03c6ed2e07
				
			| @@ -203,7 +203,8 @@ fn config() -> Json<Value> { | ||||
|         "gitHash": option_env!("GIT_REV"), | ||||
|         "server": { | ||||
|           "name": "Vaultwarden", | ||||
|           "url": "https://github.com/dani-garcia/vaultwarden" | ||||
|           "url": "https://github.com/dani-garcia/vaultwarden", | ||||
|           "version": crate::VERSION | ||||
|         }, | ||||
|         "environment": { | ||||
|           "vault": domain, | ||||
| @@ -216,8 +217,8 @@ fn config() -> Json<Value> { | ||||
|           // Any feature flags that we want the clients to use | ||||
|           // Can check the enabled ones at: | ||||
|           // https://vault.bitwarden.com/api/config | ||||
|           "autofill-v2": true, | ||||
|           "fido2-vault-credentials": true | ||||
|           "fido2-vault-credentials": true,  // Passkey support | ||||
|           "autofill-v2": false,             // Disabled because it is causing issues https://github.com/dani-garcia/vaultwarden/discussions/4052 | ||||
|         }, | ||||
|         "object": "config", | ||||
|     })) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user