Skip to content

Commit c9de28c

Browse files
committed
Forward os and browser in params to next page
1 parent cdb8610 commit c9de28c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/helpers/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ const route = async (req, res) => {
119119
script: script || "",
120120
beacon: beacon || "",
121121
push: push || "",
122+
os: os || "",
123+
browser: browser || "",
122124
}).toString();
123125
onload = `window.location.href = "/href?${params}"`;
124126
}

0 commit comments

Comments
 (0)