1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-04-04 21:05:49 +02:00

test new sw update to fix passthrough of top frame

This commit is contained in:
Ilya Kreymer 2025-03-28 22:54:07 -07:00
parent 31dfd1f7d5
commit 67ccc30f7c

View File

@ -15,7 +15,8 @@ from pywb import __version__
root_dir = pathlib.Path(__file__).parent
WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.22.8/dist/sw.js"
#WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.22.8/dist/sw.js"
WABAC_SW_URL = "https://raw.githubusercontent.com/webrecorder/wabac.js/refs/heads/add-top-frame-passthrough/dist/sw.js"
def download_wabac_sw():
print(f"Downloading {WABAC_SW_URL}")