mirror of https://github.com/bitwarden/web.git
1 changed files with 0 additions and 17 deletions
@ -1,17 +0,0 @@
@@ -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> |
||||
Loading…
Reference in new issue