- Scan ID:
- cb1d0e48-a8b7-4d2d-9fed-a607ab5320fcFinished
- Submitted URL:
- https://www.paypalobjects.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | security |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>403</title>
<link rel="stylesheet" href="error.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: #0494e4;
color: #fff;
-webkit-font-smoothing: antialiased;
font-family: Helvetica Neue,Arial,sans-serif;
font-weight: 400;
}
#logo {
background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg);
background-size: cover;
background-position: left;
background-origin: content-box;
display: inline-block;
overflow: hidden;
height: 38px;
width: 163px;
background-repeat: no-repeat;
margin: 30px 0 0 30px;
}
p { margin-left: 30px; }
span { color: #ddd; }
</style>
</head>
<body>
<a href="//www.paypal.com/">
<span id="logo"></span>
</a>
<p>
<b>403</b>
<span>That’s an error.</span>
</p>
</body></html>