Skip to content

Commit

Permalink
Ensure normalizeHttp is false by default (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jul 21, 2018
1 parent 5587ade commit 339d473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metascraper-helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const urlTest = (url, {relative = true}) => relative
const isUrl = (url, opts = {}) => !isEmpty(url) && urlTest(url, opts)

const normalizeUrl = (url, opts) => sanetizeUrl(url, {
normalizeHttp: false,
stripWWW: false,
sortQueryParameters: false,
removeTrailingSlash: false,
Expand Down

0 comments on commit 339d473

Please sign in to comment.