HarborDrop 1.3.9
HarborDrop 1.3.9
This release improves browser download handoff reliability across Chrome and Firefox, and makes unsupported segmented-download servers fall back clearly instead of looking broken.
Improvements
- Improved Chrome and Firefox browser handoff decisions so app exclusion settings are refreshed before browser fallback is finalized.
- Improved fallback cleanup so browser-created downloads do not remain paused when HarborDrop should either accept, resume, or release them.
- Improved GitHub source archive handling by showing single-connection fallback when the server does not support byte-range requests.
- Improved extension diagnostics with decision-model and exclusion-source evidence for late fallback paths.
Fixes
- Fixed Firefox and Chromium cases where ordinary files such as ZIP or JSON assets could pause in the browser instead of being sent to HarborDrop or released cleanly.
- Fixed stale default exclusion behavior so unloaded extension config is not treated as the user's saved browser-exclusion policy.
- Fixed transient download-security refresh attention so a successful delayed handoff does not leave a misleading action error.
- Fixed Range unsupported codeload-style downloads so they complete through single-connection fallback instead of being mistaken for segmented-download regressions.
Extension 2.3.10
- Updated Full, CWS, and Firefox extension builds to 2.3.10.
- Fixed X/Twitter video handoff so page-based video downloads keep the status/page URL for the extractor instead of being replaced by incomplete
video.twimg.com.m4smedia fragments. - Preserved direct stream behavior for true direct media while keeping extractor page intent authoritative across Chrome and Firefox.
Extension 2.3.9
- Updated the direct-download Full extension to 2.3.9.
- Disabled production MAIN-world
fetchinterception in the page sniffer so unrelated site preload/CORS warnings are not surfaced as HarborDrop extension errors. - Kept passive media detection paths active through PerformanceObserver, XHR observation, and background webRequest signals.
Extension 2.3.8
- Updated Full, CWS, and Firefox extension builds to 2.3.8.
- Fixed installer/package downloads served with structured XML MIME types, such as
application/vnd.apple.installer+xml, being misclassified as browser-excluded XML assets. - Preserved user-controlled XML/JSON exclusion behavior for actual
.xmland.jsondownloads.