xxx@yyy gets sometimes rendered as [Email Protected]
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: mymymanymany, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
Visit Website, for example:
https://www.baeldung.com/spring-email
Happens also at other sites.
Actual results:
I am seeing:
mailSender.setUsername("[email protected]");
mailSender.setPassword("password");
Also it is rendered as a clickable link, which is wrong.
Expected results:
I should be seeing:
mailSender.setUsername("my.gmail@gmail.com");
mailSender.setPassword("password");
Comment 1•6 years ago
|
||
most likely it's from your extension, or maybe a proxy/anti-virus software/MITM something.
try safe mode to see if the issue disappears there
https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
if it does, try disabling your extensions to see which one is causing it.
Reporter | ||
Updated•6 years ago
|
Description
•