https://www.paypalobjects.com/

ID da verificação
cb1d0e48-a8b7-4d2d-9fed-a607ab5320fcConcluído
URL enviado:
https://www.paypalobjects.com/
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 3 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registro do console · 2 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://www.paypalobjects.com/
Texto
Failed to load resource: the server responded with a status of 403 ()
errorsecurity
URL
https://www.paypalobjects.com/
Texto
Refused to apply style from 'https://www.paypalobjects.com/error.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

HTML

O corpo HTML bruto da página

<!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>