8 lines
184 B
HTML
8 lines
184 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>A page that will likely be same-origin-domain but not same-origin</title>
|
|
|
|
<script>
|
|
"use strict";
|
|
document.domain = "{{host}}";
|
|
</script>
|