File tree Expand file tree Collapse file tree 5 files changed +36
-20
lines changed Expand file tree Collapse file tree 5 files changed +36
-20
lines changed Original file line number Diff line number Diff line change 33## CHANGES
44
55v2.3.22
6- - Fidelity: Better loading of pages that have sync XHR (via wombat.js)
7- - Loading: Truncate loading of URLs that have very large POST requests (via wabac.js)
6+
7+ - Fidelity: Better loading of pages that have sync XHR, cache XHR and use on reload (via wombat.js 3.10.0)
8+ - Loading: Truncate loading of URLs that have very large POST requests (via wabac.js 2.24.4)
89
910v2.3.21
11+
1012- Fidelity: Fix replay of archives relying on dark theme css styles
1113- Fidelity: Update to wabac.js 2.24.2 for fidelity improvements, more complete cdx loading for query fuzzy matching
1214
1315v2.3.20
16+
1417- UI: Fix SVGs rendering for latest Chrome
1518- Depenedencies: Update to latest Electron (38.2.1) to fix MacOS perf issue
1619
1720v2.3.19
21+
1822- Fidelity: 'embed' tag rewriting fix, (via wabac.js 2.24.1)
1923
2024v2.3.18
25+
2126- Fidelity: Better detection of UTF-8 charset (via wabac.js 2.24.0)
2227- Fidelity: Web Worker module rewriting improvements (via wabac.js 2.24.0)
2328
2429v2.3.17
30+
2531- Security: Fix possible XSS issue in not found page via wabac.js 2.23.11
2632- Fidelity: Fix possible eval() rewriting issue via wabac.js 2.23.10
2733
2834v2.3.16
35+
2936- Fidelity: Update to wabac.js 2.23.9 for various fidelity improvements
3037
3138v2.3.15
39+
3240- Fidelity: Update to wabac.js 2.23.7 for fidelity improvements (including global class declaration hoisting)
3341
3442v2.3.14
43+
3544- Loading: Make hash check optional, don't requires wasm to load (via wabac.js 2.23.4)
3645
3746v2.3.13
47+
3848- Loading: Fix regression in loading s3:// URLs
3949- Rewrite: Fix rewrite of HLS when only available bandwidth exceeds max (via wabac.js 2.23.3)
4050- Loading: Fix for AppImage
Original file line number Diff line number Diff line change 2222 "dependencies" : {
2323 "@fortawesome/fontawesome-free" : " ^5.15.4" ,
2424 "@shoelace-style/shoelace" : " ~2.15.1" ,
25- "@webrecorder/wabac" : " ^2.24.3 " ,
25+ "@webrecorder/wabac" : " ^2.24.4 " ,
2626 "bulma" : " ^0.9.3" ,
2727 "electron-log" : " ^4.4.1" ,
2828 "electron-updater" : " ^6.6.2" ,
Original file line number Diff line number Diff line change 11{
22 "cleanUrls" : false ,
3- "headers" : [{
4- "source" : " *" ,
5- "headers" : [{
6- "key" : " Content-Security-Policy" ,
7- "value" : " default-src 'self' 'unsafe-inline' data: blob:"
8- }]
9- }]
3+ "headers" : [
4+ {
5+ "source" : " *" ,
6+ "headers" : [
7+ {
8+ "key" : " Content-Security-Policy" ,
9+ "value" : " default-src 'self' 'unsafe-inline' data: blob:"
10+ }
11+ ]
12+ }
13+ ]
1014}
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ import { test, expect } from "@playwright/test";
33test ( "same-domain embed is loading" , async ( { page } ) => {
44 page . on ( "response" , async ( response ) => {
55 if ( response . url ( ) === "http://localhost:9990/embed.html" ) {
6- expect ( await response . headerValue ( "Content-Security-Policy" ) ) . toBe ( "default-src 'self' 'unsafe-inline' data: blob:" ) ;
6+ expect ( await response . headerValue ( "Content-Security-Policy" ) ) . toBe (
7+ "default-src 'self' 'unsafe-inline' data: blob:" ,
8+ ) ;
79 }
810 } ) ;
911
Original file line number Diff line number Diff line change 10751075 resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.5.tgz#325db42395cd49fe6c14057f9a900e427df8810e"
10761076 integrity sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==
10771077
1078- " @webrecorder/wabac@^2.24.3 " :
1079- version "2.24.3 "
1080- resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.24.3 .tgz#9813ba883867bcd6045ac59264b1ecba19eee362 "
1081- integrity sha512-rZnCIvVHf3x2hYUkggo/kAjdu7yprX+VIx/eomtRbv7hXRsVPTGjYhmwqZ3S/zsulp/5q6JFLUjNr19GBmSQJw ==
1078+ " @webrecorder/wabac@^2.24.4 " :
1079+ version "2.24.4 "
1080+ resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.24.4 .tgz#50c78dd916dd09be209393a1368faebbaf85d3dd "
1081+ integrity sha512-etaWI+cWl9fyTKjAz9gKFZLq2duZnkkQzj6RE7vwbXibCZ+aF9xQqRkZt3lzaBHLAhpZ9XvFRWGSHeXHT8HBCQ ==
10821082 dependencies :
10831083 " @peculiar/asn1-ecc" " ^2.3.4"
10841084 " @peculiar/asn1-schema" " ^2.3.3"
10851085 " @peculiar/x509" " ^1.9.2"
10861086 " @types/js-levenshtein" " ^1.1.3"
1087- " @webrecorder/wombat" " ^3.9.2 "
1087+ " @webrecorder/wombat" " ^3.10.0 "
10881088 acorn-loose "^8.5.2"
10891089 auto-js-ipfs "^2.1.1"
10901090 base64-js "^1.5.1"
11041104 stream-browserify "^3.0.0"
11051105 warcio "^2.4.7"
11061106
1107- " @webrecorder/wombat@^3.9.2 " :
1108- version "3.9.2 "
1109- resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.9.2 .tgz#f4375761a66a51366cd49b8bbd265eaac6684414 "
1110- integrity sha512-YKaU+gWr1ew6CtcamCMxD5cGbKReMNu+lhQWxPhCYHafsgnuincquCGa8U4X2qwTsdoQRXf3KYYvf47EkoJw9A ==
1107+ " @webrecorder/wombat@^3.10.0 " :
1108+ version "3.10.0 "
1109+ resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.10.0 .tgz#d6600f25422d3fd6ba1058bffb3f2daad0a74024 "
1110+ integrity sha512-H+SnonOaWajtUKUVJaxM97ldwCA1ScdJEsIEBvwdSnpeuMQLO90Kebelhis48ydQHicqhwV9B3mbtYei8RIxdA ==
11111111 dependencies :
11121112 warcio "^2.4.7"
11131113
You can’t perform that action at this time.
0 commit comments