1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

made the rewrite modifier wombat's rewriting of js workers init'd as a blob is wkrf_ not wkr_ to match the python JSWorkerRewriter (#470)

This commit is contained in:
John Berlin 2019-06-03 12:05:53 -04:00 committed by Ilya Kreymer
parent 9e42ea7935
commit 4a4e6c2b33
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2397,7 +2397,7 @@ Wombat.prototype.rewriteWorker = function(workerUrl) {
this.wb_abs_prefix +
"', 'prefixMod': '" +
this.wb_abs_prefix +
"wkr_/', 'originalURL': '" +
"wkrf_/', 'originalURL': '" +
originalURL +
"'}); })();";