https://www.mongijs.nl/

ID da verificação
2600fb3a-ae4e-42c4-bb22-3c9f1c776316Concluído
URL enviado:
https://www.mongijs.nl/
Relatório concluído:

Ligações · 0 encontradas

As ligações de saída identificadas na página

Variáveis JavaScript · 3 encontradas

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 parte do código dentro do âmbito atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registo da consola · 2 encontradas

Mensagens registadas na consola web

TipoCategoriaRegisto
errornetwork
URL
https://www.mongijs.nl/
Texto
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://www.mongijs.nl/favicon.ico
Texto
Failed to load resource: the server responded with a status of 403 ()

HTML

O corpo HTML em bruto da página

<html><head>
    <title>Access Denied</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            color: #333;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }
        .container {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            max-width: 600px;
            width: 100%;
        }
        h1 {
            color: #e74c3c;
            margin-bottom: 20px;
        }
        p {
            margin: 15px 0;
        }
        a {
            color: #3498db;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Access Denied</h1>
        <p>You are blocked.</p>
        <p>Your IP address is <strong>104.28.154.61</strong>.</p>
        <p>According to our information, that is in <strong>Spain</strong>.</p>
        <p>Unfortunately, <strong>Spain</strong> is not whitelisted.</p>
        <p>Do you think that this is an error? Contact us: <a href="mailto:[email protected]">[email protected]</a></p>
    </div>

</body></html>