Revision 7a199e902ad9204594aac0ad9ac702fc46e55223 authored by Anne van Kesteren on 24 April 2018, 09:44:42 UTC, committed by GitHub on 24 April 2018, 09:44:42 UTC
Fixes https://github.com/whatwg/xhr/issues/191.
1 parent 0d56422
Raw File
domain-setter.sub.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>
back to top