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.
feat($compile): Lower the security context of SVG's a and image xlink:href attributes.
They should go through regular sanitization, RESOURCE_URL is overkill there.
This does not change the context for the rest of xlink:href attributes.
This is a breaking change in very unlikely cases. If someone whitelisted RESOURCE_URL
for the purpose of binding into xlink:href, and that these can't pass the regular URL
sanitization, they'll get broken: the fix is to whitelist in the $compileProvider's
URL sanitization.
0 commit comments