Key Takeaway
This is a test page to verify that XSS payloads are properly sanitized.
XSS Security Test
This is a test page to verify that XSS payloads are properly sanitized.
Test 1: Script Tag
This should NOT execute:
Test 2: Event Handler Attributes
This should NOT execute onclick:
Test 3: Image with onerror
This should NOT execute onerror:

Test 4: Iframe Injection
This should be removed:
VisaFlow
Want to automate your visa workflow?
Join hundreds of South African immigration firms using VisaFlow to manage cases, documents, and clients.
Learn more →Test 5: Safe HTML Tags
These should render correctly:
- Bold text with strong tag
- Italic text with em tag
- Link with a tag
-
- List item 1
- List item 2
Test 6: Inline JavaScript
This should NOT execute: Click here
Test 7: SVG with Script
This should be sanitized:
Normal Content
This is normal markdown content. It should render normally with proper formatting and styling.
Safe Formatting
- Numbered lists work
- Bold and italic text
- Normal links are safe
Blockquotes should also work fine
// Code blocks should render
console.log('This is fine');



