Skip to content

v1.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 07:57
· 23 commits to main since this release

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" and content="0;http://example.com" patterns
    • Relative URL paths in redirects
    • Request header preservation during redirects

🔧 Examples

Before:

What's Changed

Full Changelog: v1.0.8...v1.0.9