Releases: webrecorder/wabac.js
Releases · webrecorder/wabac.js
wabac.js v2.19.3
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
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
What's Changed
Full Changelog: v2.19.0...v2.19.1
wabac.js 2.19.0
wabac.js 2.18.4
What's Changed
- encoding fix: when BOM marker is detected by @ikreymer in #179
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #177
- send message on 404 page by @ikreymer in #180
- bump to wombat 3.7.7
Full Changelog: v2.18.3...v2.18.4
wabac.js 2.18.3
What's Changed
Full Changelog: v2.18.2...v2.18.3
wabac.js 2.18.2
What's Changed
- object svg to img conversion fix, convert svg to : by @ikreymer in #174
Full Changelog: v2.18.1...v2.18.2
wabac.js 2.18.1
wabac.js 2.18.0
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
What's Changed
Full Changelog: v2.17.2...v2.17.3