mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Report pathname
This commit is contained in:
parent
3957222da3
commit
53016fa16e
@ -36,8 +36,8 @@ function getRedactedHash(hash) {
|
||||
|
||||
// Return the current origin and hash separated with a `/`. This does not include query parameters.
|
||||
function getRedactedUrl() {
|
||||
const { origin, hash } = window.location;
|
||||
return origin + '/' + getRedactedHash(hash);
|
||||
const { origin, pathname, hash } = window.location;
|
||||
return origin + pathname + getRedactedHash(hash);
|
||||
}
|
||||
|
||||
const customVariables = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user