Date: 2025-03-18 03:30:55
Score: 0.5
Natty:
Maybe you can use type=text
with this css -webkit-text-security: disc
, to replace type=password
.
see this: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-security
Reasons:
- Whitelisted phrase (-1.5): you can use
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: oxygen