mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
httprequest: Recommend HTTPS over HTTP
Super minor, maybe annoying to merge, but spotted the http and thought it's not of the times and the s ought to be added.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<div class="form-row">
|
||||
<label for="node-input-url"><i class="fa fa-globe"></i> <span data-i18n="httpin.label.url"></span></label>
|
||||
<input id="node-input-url" type="text" placeholder="http://">
|
||||
<input id="node-input-url" type="text" placeholder="https://">
|
||||
</div>
|
||||
|
||||
<div class="form-row node-input-paytoqs-row">
|
||||
|
||||
Reference in New Issue
Block a user