Share from iOS create mailto link when password contains at (@) symbol
Hi,
not sure if this is the best place to report bugs, but when sharing a 1Password password via mail, AND the password has an at (@) symbol, the parser that creates the email tags the surrounding text with a <a href="mailto:...> tag.
It should really use
...
for passwords.
Thanks,
Scott
Comments
-
And of course, where I typed
<pre>...</pre>
in my post above it was reformatted literally :blush:Interesting that in the forums I can insert HTML. Hopefully you won't allow any javascript to be inserted...
0 -
alert('Nope! No JavaScript.') ;) (
<script>alert('Nope! No JavaScript.')</script>
)Thanks for letting us know about this issue. I'll let our developers know.
0 -
Good to hear :)
On further investigation, the issue seems to be limited to when the password has the following format:
text@text.text
which makes sense because it looks just like an email address. (the part of) the password that caused me issues was:
nEje/@P.QfpWtkLzi
A great (partial) password but definitely an illegal email address!
0