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
Showdown doesn't sanitize the input. This is by design since markdown relies on it to allow certain features to be correctly parsed into HTML. This, however, means XSS injection is quite possible.
It is possible to read the user's cookie, e.g.:
Maybe there should be a configuration option to prevent creating javascript code.
The text was updated successfully, but these errors were encountered: