miniflux-v2/template
Frédéric Guillot 8ee4280461 Change feed password field type to text to avoid autocomplete with Firefox
- Using autocomplete="off" or autocomplete="new-password" doesn't change anything
- Changing the input ID doesn't change anything
- Using a different input name doesn't change anything
- Only Chrome supports autocomplete="new-password"
2018-07-08 18:21:56 -07:00
..
html Change feed password field type to text to avoid autocomplete with Firefox 2018-07-08 18:21:56 -07:00
common.go Update default stylesheet name in HTML layout 2018-07-07 12:07:34 -07:00
dict.go Move template functions outside engine (refactoring) 2018-02-04 15:45:07 -08:00
dict_test.go Move template functions outside engine (refactoring) 2018-02-04 15:45:07 -08:00
doc.go Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
elapsed.go Entries date should contains user timezone (API) 2018-03-01 21:43:04 -08:00
elapsed_test.go Move template functions outside engine (refactoring) 2018-02-04 15:45:07 -08:00
engine.go Use vanilla HTTP handlers (refactoring) 2018-04-29 16:35:04 -07:00
functions.go Do not use shared variable to translate templates 2018-04-27 22:07:46 -07:00
views.go Change feed password field type to text to avoid autocomplete with Firefox 2018-07-08 18:21:56 -07:00