blob: e5772082364dd07528073aeb4f981d6f5ff97a74 [file] [log] [blame]
<!DOCTYPE html>
<script src="stash-utils.sub.js"></script>
<body>
<script>
let queryParams = new URLSearchParams(window.location.search);
let key = queryParams.get('key');
if (key) {
StashUtils.putValue(key, window.portalHost ? "passed" : "failed");
}
</script>
</body>