mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
Merge pull request #98 from tilgovi/no-rewrite-typo
Fix typo in handling of no_rewrite_prefixes
This commit is contained in:
commit
0ad12a6651
@ -156,7 +156,7 @@ _WBWombat = (function() {
|
||||
}
|
||||
|
||||
// OPTS: additional ignore prefixes
|
||||
if (wb_opts.norewrite_prefixes) {
|
||||
if (wb_opts.no_rewrite_prefixes) {
|
||||
if (starts_with(url, wb_opts.no_rewrite_prefixes)) {
|
||||
return url;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user