5 ms·
Copy -> paste -> redact secrets That flow would be considered unsafe, and probably common.
by traviswingo 9d ago
Copy -> paste -> redact secrets
That flow would be considered unsafe, and probably common.
- maxim-fin 9d agoThis is exactly the scenario I pictured
- giancarlostoro 9d agoIf you are pasting secrets into codepen you are probably really terrible at all other basic security practices.
- leptons 9d agoIt's also a foolish thing to do. Any time anyone types anything into anywhere on any webpage, that data is as good as gone, it's out there. Back in the 90's I experimented with per-character logging on all form input boxes, just because I could. That's still possible today.