FlowCrypt / flowcrypt-browser

FlowCrypt Browser extension for Chrome and Firefox
https://flowcrypt.com
Other
372 stars 48 forks source link

#5733 Fix: original message #5734

Closed ioanmo226 closed 1 month ago

ioanmo226 commented 1 month ago

This PR fixed show original message logic

close #5733 // if this PR closes an issue


Tests (delete all except exactly one):


To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

ioanmo226 commented 1 month ago

The issue arose because the previous logic didn't allow retrieval of the user's email from the original message window, preventing the Flowcrypt extension from initiating. However, this has been resolved. Now, the Flowcrypt extension can retrieve the user's email address even in the original message window, which allows it to start properly and decrypt all contents.

This was fixed by implementing a URL check.