https://apf.maisvantagenstim.com.br/

ID da verificação
6dee8463-2a19-4508-a1d6-dc358cf344a4Concluído
URL enviado:
https://apf.maisvantagenstim.com.br/
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 · 1 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://apf.maisvantagenstim.com.br/
Texto
Failed to load resource: the server responded with a status of 403 ()

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
    <title>Access Denied</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            color: #333;
            text-align: center;
            padding: 2rem;
        }
        .container {
            max-width: 600px;
            margin: auto;
            background: #fff;
            padding: 2em;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }
        h1 {
            color: #dc3545;
        }
        p {
            margin-top: 1em;
            line-height: 1.6;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Access Denied</h1>
        <p>
            Sorry, but you are not allowed to access this resource.
        </p>
        <p>
            If you believe this is a mistake, please contact support.
        </p>
        <p>
            Error Code: 403 - Block Not Allowed
        </p>
    </div>


</body></html>