mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3051 from naveennamani/patch-1
Fixes #3050 - URLs sensitive to trailing slash
This commit is contained in:
commit
ffad064d3a
1 changed files with 1 additions and 0 deletions
|
|
@ -385,6 +385,7 @@ export const cleanUrl = (url: string) => {
|
|||
stripHash: true,
|
||||
stripWWW: false,
|
||||
removeQueryParameters: trackingParams,
|
||||
removeTrailingSlash: false,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue