v1.0.9
v1.0.9 (2024-03-07)
🐛 Bug Fixes
- Improved meta refresh redirect handling in service detection
- Enhanced meta refresh regex pattern for better compatibility
- Added support for both absolute and relative redirect URLs
- Fixed issues with URL path handling during redirects
- Maintained request headers through redirect chain
- Improved debug logging for redirect process tracking
🔍 Technical Details
- Updated
checkURL
function in service detector to properly handle:- Meta refresh redirects with different content formats
- Both
content="0;url=http://example.com"
andcontent="0;http://example.com"
patterns - Relative URL paths in redirects
- Request header preservation during redirects
🔧 Examples
Before:
What's Changed
- feat:Add new fgs by @YGHS4 in #25
- feat:Add & modify fingerprints by @YGHS4 in #26
- feat:Add new fingerprints by @YGHS4 in #28
Full Changelog: v1.0.8...v1.0.9