Skip to content

XSS in IE #492

@albertshaw

Description

@albertshaw

Though set sanitize option to true could filter some xss code, but it still miss a link case in IE.

use:

[xss link](vbscript:alert(1))

will get a link

<a href="vbscript:alert(1)">xss link</a>

this script does not work in IE 11 edge mode, but works in IE 10 compatibility view.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions