Skip to content

Releases: webrecorder/wabac.js

wabac.js v2.19.3

07 Jul 21:46
ea139ae
Compare
Choose a tag to compare

What's Changed

  • rewrite 'origin-agent-cluster header' as it causes a crash in AWP in current versions of chrome by @ikreymer in #190

Full Changelog: v2.19.2...v2.19.3

wabac.js 2.19.2

05 Jul 19:38
458d6ec
Compare
Choose a tag to compare

What's Changed

  • fuzzymatcher: don't fuzzymatch very long URLs, as custom rules do n… by @ikreymer in #187
  • indexing: ensure 200 responses take precedence for same timestamp by @ikreymer in #188
  • misc fixes: fix POST url comparison check by @ikreymer in #189
  • bump wombat to 3.7.10

Full Changelog: v2.19.1...v2.19.2

wabac.js 2.19.1

21 Jun 22:50
7b43bc9
Compare
Choose a tag to compare

What's Changed

  • set html max rewrite size to be 50MB instead of 5MB by @ikreymer in #185

Full Changelog: v2.19.0...v2.19.1

wabac.js 2.19.0

21 Jun 21:51
Compare
Choose a tag to compare

What's Changed

  • Improved 'not found' message based on resource type by @ikreymer in #183
  • Support HTML RX rewriting for capture time rewriting by @ikreymer in #182
  • bump to wombat 3.7.8 + rebuild for 2.19.0 by @ikreymer in #184

Full Changelog: v2.18.4...v2.19.0

wabac.js 2.18.4

19 Jun 01:48
977cc50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.3...v2.18.4

wabac.js 2.18.3

09 Jun 20:41
e084b41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.2...v2.18.3

wabac.js 2.18.2

05 Jun 17:50
978f1f8
Compare
Choose a tag to compare

What's Changed

wabac.js 2.18.1

31 May 02:32
fe1dc63
Compare
Choose a tag to compare

What's Changed

  • update to wombat 3.7.4
  • rewrite: support rewriting of (1, eval)(...) pattern of eval calling by @ikreymer in #171
  • Support importmap rewriting by @ikreymer in #172
  • Add 'Go Back' link to 404 page by @ikreymer in #173

Full Changelog: v2.18.0...v2.18.1

wabac.js 2.18.0

10 Apr 17:50
18b1286
Compare
Choose a tag to compare

What's Changed

adblock support by @ikreymer in #167

optional support for injecting adblock css rules for domain:

  • configure with adblockUrl=... in sw init or collection init pointing to Adblock Plus formatted rule files (can be gzipped)
  • /mp_/adblock:<domain> returns ad css selectors to hide for domain,
  • /mp_/adblock: returns ad css selectors for any domain
  • injected into head insert header along with wombat (no changes to wombat)

live proxy testing example with adblock:

  • enable adblock per collection by passing in 'adblockUrl' in collection config
  • add index-adblock.html to examples/live-proxy/ to test adblock with live proxy
  • add fetch-adblock.sh to fetch adblock rules from easylist for testing
  • add 'start-live-proxy' script to enable live proxy testing
  • rename index.js -> loadwabac.js enable testing on multiple collections

Full Changelog: v2.17.3...v2.18.0

wabac.js 2.17.3

09 Apr 01:01
9468804
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.2...v2.17.3