How does JavaScript-rich text editor prevent XSS injection?

Source: Internet
Author: User
If you want to prevent XSS injection from filtering HTML tags, the Rich text Editor's functionality is gone, filtered together, and if you keep HTML, you can't prevent XSS injection.
How does normal usually deal with this problem??? Filter only specific tags???

Reply content:

If you want to prevent XSS injection from filtering HTML tags, the Rich text Editor's functionality is gone, filtered together, and if you keep HTML, you can't prevent XSS injection.
How does normal usually deal with this problem??? Filter only specific tags???

HTML purifier is an HTML filter written in PHP that can be used with the WYSIWYG editor to filter out XSS malicious code.


  
   purify($html);

I think the whitelist is good, keep the tags you want to use, all the other filters

Your Rich Text editor support what features are not filtered, the other filter on the line. Do you get a P-tag and you want to distinguish whether he added it with your editor or manually?

Do you want to use your own set of new grammar lines?

Just filter out the JS script.

Escaped as an entity character when warehousing
Restore when you are out of the library.
and filter out

javascript:xxx;
This

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.