You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Email addresses can (under certain restrictions) include double quote
characters. See http://tools.ietf.org/html/rfc3696#section-3.
For example, `"Jo Bloggs"@abc.com` is a valid email address.
When serializing emails to the `href` attribute of an anchor element,
we must HTML encode these double quote characters. See
http://www.w3.org/TR/html-markup/syntax.html#syntax-attr-double-quoted
This commit does not attempt to improve the functionality (i.e. regex)
that attempts to identify email addresses in a general string.
Closes#8945Closes#8964Closes#5946Closes#10090Closes#9256
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Minimal example:
This yields
Error: [$sanitize:badparse]
http://errors.angularjs.org/1.3.0-rc.3/$sanitize/badparse?p0=%3Ca%20href%3D%22http%3A%2F%2Ffoo%22%5D%22%3Ehttp%3A%2F%2Ffoo%26%2334%3B%5D%3C%2Fa%3EUsing 1.3.0-rc3. This is somewhat related to #8945 but a9d2271 does not fix the entire problem as suggested by #8945 (comment)
The text was updated successfully, but these errors were encountered: