dont leak domain for now
parent
c9c402310a
commit
8e3d1407c0
|
@ -173,6 +173,8 @@ export default class WebPlatform extends VectorBasePlatform {
|
||||||
}
|
}
|
||||||
|
|
||||||
getDefaultDeviceDisplayName(): string {
|
getDefaultDeviceDisplayName(): string {
|
||||||
|
return "unknown browser";
|
||||||
|
|
||||||
// strip query-string and fragment from uri
|
// strip query-string and fragment from uri
|
||||||
const u = url.parse(window.location.href);
|
const u = url.parse(window.location.href);
|
||||||
u.protocol = "";
|
u.protocol = "";
|
||||||
|
|
Loading…
Reference in New Issue