mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Avoid Chrome to autocomplete no-login password fields
Browsers always autocomplete saved passwords even with autocomplete="off". https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
This commit is contained in:
parent
240f801755
commit
cc1e4f916f
10 changed files with 50 additions and 50 deletions
|
@ -19,8 +19,8 @@
|
|||
<form action="{{ route "chooseSubscription" }}" method="POST">
|
||||
<input type="hidden" name="csrf" value="{{ .csrf }}">
|
||||
<input type="hidden" name="category_id" value="{{ .form.CategoryID }}">
|
||||
<input type="hidden" name="username" value="{{ .form.Username }}">
|
||||
<input type="hidden" name="password" value="{{ .form.Password }}">
|
||||
<input type="hidden" name="feed_username" value="{{ .form.Username }}">
|
||||
<input type="hidden" name="feed_password" value="{{ .form.Password }}">
|
||||
{{ if .form.Crawler }}
|
||||
<input type="hidden" name="crawler" value="1">
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue