support removing range from query (via wabac.js 2.20.6): (#724)

- fix for archiving facebook video, to match
webrecorder/archiveweb.page#272
- permissions: auto enable permissions to avoid possibly modal (for both
profiles and crawling)
- deps: update to latest wabac.js + warcio.js
This commit is contained in:
Ilya Kreymer 2024-11-22 10:31:12 -08:00 committed by GitHub
parent 0b9cd71c5a
commit 214eb6ca8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 60 additions and 30 deletions

View file

@ -17,7 +17,7 @@
},
"dependencies": {
"@novnc/novnc": "^1.4.0",
"@webrecorder/wabac": "^2.20.0",
"@webrecorder/wabac": "^2.20.6",
"browsertrix-behaviors": "^0.6.5",
"client-zip": "^2.4.5",
"css-selector-parser": "^3.0.5",
@ -37,7 +37,7 @@
"tsc": "^2.0.4",
"undici": "^6.18.2",
"uuid": "8.3.2",
"warcio": "^2.4.0",
"warcio": "^2.4.2",
"ws": "^7.4.4",
"yargs": "^17.7.2"
},