mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
remove pwnedtest
This commit is contained in:
parent
f8d6816101
commit
de888d8a37
@ -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
Block a user