Skip to content

Commit

Permalink
Remove defaults which cause bad security behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBorgers authored Nov 27, 2022
1 parent f406569 commit 508f786
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions log-elk-logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
defaults: {
name: { value: "" },
url: {value:"http://localhost:9200"},
username: { value: "" },
password: { value: "" },
filename: { value: "log-elk.log", required: true },
maxsize: { value: 1, required: true, validate: function(v) { return v >= 1 } },
maxfiles: { value: 2, required: true, validate: function(v) { return v >= 1 } },
Expand Down Expand Up @@ -107,4 +105,4 @@

<script type="text/x-red" data-help-name="log-elk-logger">
<p>The configuration for the log-elk logger</p>
</script>
</script>

0 comments on commit 508f786

Please sign in to comment.