webrecorder / wabac.js

wabac.js - Web Archive Browsing Augmentation Client
https://replayweb.page
GNU Affero General Public License v3.0
98 stars 16 forks source link

Surt detection fix for MultiWACZ #123

Closed ikreymer closed 1 year ago

ikreymer commented 1 year ago

The MultiWACZ implementation in 2.16.0 resulted in a regression with SURT detection. To make this work more smoothly, reversing the logic, as most WACZ files use SURT-based indexes, use that by default. Add a 'nonSurt' flag to WACZFile, that, if set, will be using non-surt mode for that WACZ.

fixes issue in webrecorder/replayweb.page#174