Prototype Pollution Lab
Version: 1.0.0
Features
darkMode : false
analytics : true
debugging : false
API Endpoints
- GET /api/settings - View current settings
- POST /api/settings - Update settings (merge with config)
- GET /api/debug - Debug prototype chain
- POST /api/reset - Reset prototype pollution
Hint
// What happens if you POST this to /api/settings?
{
"__proto__": {
"polluted": true
}
}