Skip to content

Commit d090c8d

Browse files
CopilotJOHLC
andcommitted
feat: obscure webhook ID with password field masking
Co-authored-by: JOHLC <63735432+JOHLC@users.noreply.github.com>
1 parent 8fe6eae commit d090c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Send to Home Assistant</h2>
2323
<label for="sslToggle"><input type="checkbox" id="sslToggle" checked> Use SSL (https)</label>
2424
<div class="webhook-row">
2525
<label for="webhookId"><a href="https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger" target="_blank" rel="noopener noreferrer" class="link-blue">Webhook ID</a></label>
26-
<input type="text" id="webhookId" placeholder="xxxxxx-xxxxxxxxxxxx">
26+
<input type="password" id="webhookId" placeholder="xxxxxx-xxxxxxxxxxxx">
2727
</div>
2828
<label for="userName">User <span class="label-note">(optional)</span></label>
2929
<input type="text" id="userName" placeholder="Your name (optional)" maxlength="32">

0 commit comments

Comments
 (0)