mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-30 19:41:12 -03:00
Update src/config/container.rs
Co-authored-by: epi <43392618+epi052@users.noreply.github.com>
This commit is contained in:
@@ -671,7 +671,7 @@ impl Configuration {
|
||||
|
||||
extensions.extend(exts_from_file);
|
||||
} else {
|
||||
extensions.push(ext.trim_start_matches('.').to_string());
|
||||
extensions.push(ext.trim().trim_start_matches('.').to_string());
|
||||
}
|
||||
}
|
||||
config.extensions = extensions;
|
||||
|
||||
Reference in New Issue
Block a user