Browse Source

Ambari-25786: Disable URL credential autocomplete by default (#3586)

Zhiguo Wu 3 years ago
parent
commit
37e4146b28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
ambari-web/app/config.js

@@ -93,7 +93,7 @@ App.supports = {
   enableToggleKerberos: true,
   enableAddDeleteServices: true,
   regenerateKeytabsOnSingleHost: false,
-  disableCredentialsAutocompleteForRepoUrls: false,
+  disableCredentialsAutocompleteForRepoUrls: true,
   enableNewServiceRestartOptions: false
 };