Don't trim serialized query part of URL

This commit is contained in:
Priere 2023-12-06 17:54:29 -05:00
parent 60cee7fd2f
commit 78b2b5ccc3

View File

@ -38,6 +38,7 @@ function relativeURLFix() {
// append trailing slash to resource only if there is no file extension
newHref += url.pathname.endsWith('/') ? '' : '/';
}
newHref += url.search || '';
newHref += url.hash || '';
} else {
// leave this URL alone