mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fixes #3050 - URLs sensitive to trailing slash
By passing false to `removeTrailingSlash` for normalize-url call, the URLs sensitive to trailing slash will be parsed correctly
This commit is contained in:
parent
6bdc7f01e1
commit
ef1adfee98
1 changed files with 1 additions and 0 deletions
|
|
@ -385,5 +385,6 @@ export const cleanUrl = (url: string) => {
|
|||
stripHash: true,
|
||||
stripWWW: false,
|
||||
removeQueryParameters: trackingParams,
|
||||
removeTrailingSlash: false,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue