diff --git a/internal/core/url.go b/internal/core/url.go index 0cd2bd0b4..8654c1d45 100644 --- a/internal/core/url.go +++ b/internal/core/url.go @@ -52,7 +52,6 @@ func RemoveUTMParams(url string) (string, error) { } } - tmp.Fragment = "" tmp.RawQuery = queryEncodeWithoutEmptyValues(queries) return tmp.String(), nil }