Welcome to PixelPerfect!
The ultimate platform for showcasing and managing your image collections.
Gallery Features
📖 How to Use
- Visit the Gallery to view images
- Use URL parameters to customize image display
- Test different image sources and error handling
Pro Tip: Try accessing the gallery with custom parameters like
?image=photo.jpg&caption=MyPhoto
💡 Testing Tips
- Event handlers contain JavaScript code - what syntax is valid?
- Try injecting into different attributes to see how they're handled
- The onerror event triggers when an image fails to load
- You can use invalid image URLs to trigger error handlers
- Some attributes use single quotes, others use double quotes
🔒 Security Information
This application implements several security measures:
- HTML entity encoding for user input in attributes
- URL validation for image sources
- Event handler sanitization
- Content Security Policy headers
Note: Event handlers execute JavaScript in the browser context. Always validate and sanitize user input before placing it in attributes.