diff --git a/frontend/src/screens/BackupNode.tsx b/frontend/src/screens/BackupNode.tsx
index 5ca6688c..aa9e3e9e 100644
--- a/frontend/src/screens/BackupNode.tsx
+++ b/frontend/src/screens/BackupNode.tsx
@@ -100,6 +100,27 @@ export function BackupNode() {
again to restore your backup.
+
+
+ Window Information
+
+ {JSON.stringify(
+ {
+ href: window.location.href,
+ protocol: window.location.protocol,
+ host: window.location.host,
+ hostname: window.location.hostname,
+ port: window.location.port,
+ pathname: window.location.pathname,
+ search: window.location.search,
+ hash: window.location.hash,
+ origin: window.location.origin,
+ },
+ null,
+ 2
+ )}
+
+
{showPasswordScreen ? (
Enter unlock password