Skip to content

Commit

Permalink
fix: now validate with query params
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Sep 28, 2020
1 parent b4e21cc commit 5a8438e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function processor(tree, file) {
removeDirectoryIndex: true,
stripHash: true,
stripProtocol: true,
removeQueryParameters: [/\.*/i]
// removeQueryParameters: [/\.*/i]
});

if (links.has(url)) {
Expand Down

0 comments on commit 5a8438e

Please sign in to comment.