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
HTML5 specification is not disallowing special characters to be the start of the attribute name but java-html-sanitizer removes any attribute that has a name that starts with a different character than letters. This can't be bypassed by the .allowAttributes('__foo').