remove pwnedtest

This commit is contained in:
Kyle Spearrin 2018-02-27 22:42:39 -05:00
parent f8d6816101
commit de888d8a37
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
<html>
<head>
<script>
function reqListener () {
console.log(this.responseText);
}
var oReq = new XMLHttpRequest();
oReq.addEventListener("load", reqListener);
oReq.open("GET", "https://haveibeenpwned.com/api/v2/breachedaccount/hello@bitwarden.com");
oReq.send();
</script>
</head>
<body>
Checking pwnage....<br />
Look at console...<br />
</body>
</html>