Releases: godhiraj-code/selenium-teleport
Releases · godhiraj-code/selenium-teleport
Release list
v2.1.1
What's Changed
- Harden browser-state restore boundaries and prepare 2.1.1 by @godhiraj-code in #2
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Core Features
Complete State Capture - Cookies, LocalStorage, SessionStorage, IndexedDB info
Same-Origin Bypass - Navigates to base domain before injection
Anti-Detection - Built-in undetected-chromedriver integration
StealthBot Support - Full integration with sb-stealth-wrapper v0.4.0+
Context Manager - Auto-save on successful exit
Security Features (v2.1.0)
- State Encryption - Encrypt state files using Fernet symmetric encryption
- Token Expiry Validation - Automatically detect and remove expired cookies
- Domain Validation - Prevent cross-domain state injection attacks
- Path Sanitization - Prevent path traversal attacks
- SSRF Protection - Block requests to private/internal IPs
Enterprise Features
Configuration Management - Environment variables or config file based settings
Modular Architecture - Clean separation of concerns for maintainability
Comprehensive Exceptions - Detailed error hierarchy for proper handling
GDPR Compliance - Secure state deletion functionality