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
I think the XSS example (XSS/2/10-xss.php) is no longer vulnerable.
According to the PHP manuals on htmlspecialchars they changes the default flags of htmlspecialchars enabling ENT_QUOTES by default now.