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:
parent
31dfd1f7d5
commit
67ccc30f7c
3
setup.py
3
setup.py
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user