Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cdumez authored Feb 7, 2023
1 parent 5bddb01 commit c13156a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clear-site-data/executionContexts.sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
</head>

<body>
Expand All @@ -16,7 +17,7 @@

let ifr = document.createElement('iframe');
document.body.appendChild(ifr);
ifr.src = "https://{{domains[www2]}}:{{ports[https][0]}}/clear-site-data/support/iframe_executionContexts.html";
ifr.src = get_host_info().HTTPS_REMOTE_ORIGIN + "/clear-site-data/support/iframe_executionContexts.html";
});
}

Expand All @@ -28,7 +29,7 @@
}, { once: true });

let image = new Image();
image.src = "https://{{domains[www2]}}:{{ports[https][0]}}/clear-site-data/support/echo-clear-site-data.py?" + what;
image.src = get_host_info().HTTPS_REMOTE_ORIGIN + "/clear-site-data/support/echo-clear-site-data.py?" + what;
});
}

Expand Down

0 comments on commit c13156a

Please sign in to comment.