You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/29 09:08:37 UTC

[ambari] branch trunk updated: Ambari-25786: Disable URL credential autocomplete by default (#3586)

This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 37e4146b28 Ambari-25786: Disable URL credential autocomplete by default (#3586)
37e4146b28 is described below

commit 37e4146b288eb5f814b32df13e041d66e945caf4
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Tue Nov 29 17:08:26 2022 +0800

    Ambari-25786: Disable URL credential autocomplete by default (#3586)
---
 ambari-web/app/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 012c280e21..f38734b05f 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -93,7 +93,7 @@ App.supports = {
   enableToggleKerberos: true,
   enableAddDeleteServices: true,
   regenerateKeytabsOnSingleHost: false,
-  disableCredentialsAutocompleteForRepoUrls: false,
+  disableCredentialsAutocompleteForRepoUrls: true,
   enableNewServiceRestartOptions: false
 };
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org