mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Set default http request persist option to false
This commit is contained in:
		| @@ -67,7 +67,7 @@ | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
|      | ||||
|  | ||||
|     <div class="form-row"> | ||||
|         <input type="checkbox" id="node-input-persist" style="display: inline-block; width: auto; vertical-align: top;"> | ||||
|         <label for="node-input-persist" style="width: auto" data-i18n="httpin.persist"></label> | ||||
| @@ -107,7 +107,7 @@ | ||||
|             paytoqs: {value: false}, | ||||
|             url:{value:"",validate:function(v) { return (v.trim().length === 0) || (v.indexOf("://") === -1) || (v.trim().indexOf("http") === 0)} }, | ||||
|             tls: {type:"tls-config",required: false}, | ||||
|             "persist":{value:true}, | ||||
|             persist: {value:false}, | ||||
|             proxy: {type:"http proxy",required: false}, | ||||
|             authType: {value: ""} | ||||
|         }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user