Closed Bug 1535111 Opened 6 years ago Closed 6 years ago

xxx@yyy gets sometimes rendered as [Email Protected]

Categories

(Firefox :: Untriaged, defect)

65 Branch
defect
Not set
normal

Tracking

()

RESOLVED INVALID

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");

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.

Flags: needinfo?(mymymanymany)

yes, disbaling addons fixes it

Flags: needinfo?(mymymanymany)
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.