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.
I am trying to sanitize some html with the $sanitize service of the ngSanitize module. Unfortuantely $sanitize removes the tabindex property so I can make the link "not fucusable".
so this piece of code:
I have been searching a bit and I couldn´t find any security issue regarding the tabindex property so could it be possible to add this property to the list of valid attrs???
The text was updated successfully, but these errors were encountered:
Hi guys
I am trying to sanitize some html with the $sanitize service of the ngSanitize module. Unfortuantely $sanitize removes the tabindex property so I can make the link "not fucusable".
so this piece of code:
will return
I have been searching a bit and I couldn´t find any security issue regarding the tabindex property so could it be possible to add this property to the list of valid attrs???
The text was updated successfully, but these errors were encountered: