1
0
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:
Ilya Kreymer 2015-04-17 20:20:32 -07:00
commit 0ad12a6651

View File

@ -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;
}