Closes #3486925
Use Url::fromUri('internal:' . $destination)->setAbsolute()->toString(TRUE)->getGeneratedUrl(); to avoid toString() metadata leak when destination param is present.
Url::fromUri('internal:' . $destination)->setAbsolute()->toString(TRUE)->getGeneratedUrl();
toString()