@qualweb/crawler
Advanced tools
Comparing version 0.3.19 to 0.3.20
@@ -195,3 +195,3 @@ "use strict"; | ||
for (const not of notHtml || []) { | ||
if (href.endsWith(not)) { | ||
if (href.endsWith(not) || href.includes('.' + not + '/')) { | ||
valid = false; | ||
@@ -230,3 +230,3 @@ break; | ||
for (const not of notHtml || []) { | ||
if (href.endsWith(not)) { | ||
if (href.endsWith(not) || href.includes('.' + not + '/')) { | ||
valid = false; | ||
@@ -233,0 +233,0 @@ break; |
{ | ||
"name": "@qualweb/crawler", | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"description": "Webpage crawler for qualweb", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30262