mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
7 lines
222 B
HTML
7 lines
222 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.onmessage = function(e) {
|
|
window.parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|
|
<iframe src="http://example.com/tests/dom/workers/test/serviceworkers/fetch/hsts/index.html"></iframe>
|