https://incasso-aanmaning.com/mijn-portaal/security/blocked.html

ID da verificação
7b476827-af70-46d7-88bf-25571b0daadaConcluído
URL enviado:
https://incasso-aanmaning.com/Redirecionado
Relatório concluído:

Variáveis JavaScript · 3 encontrada(s)

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registro do console · 1 encontrada(s)

TipoCategoriaLog
errornetwork
URL
https://incasso-aanmaning.com/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<html><head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Toegang geweigerd</title>
<style>
  :root {
    --primary-blue: #154273;
    --accent-blue: #007bc7;
    --error-red: #d52b1e;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'RijksoverheidSans', Arial, sans-serif;
  }

  body {
    background-color: #f3f3f3;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  header {
    background: white;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  main {
    flex: 1;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }

  .error-container {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-top: 2rem;
  }

  .error-icon {
    color: var(--error-red);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  h1 {
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .warning-box {
    background: #fff3f3;
    border-left: 4px solid var(--error-red);
    padding: 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: start;
    gap: 1rem;
  }

  .device-box {
    background: #f8f9fa;
    border-left: 4px solid var(--error-red);
    padding: 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: start;
    gap: 1rem;
  }

  .info-box {
    background: #f8f9fa;
    border-left: 4px solid var(--accent-blue);
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: var(--accent-blue);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
    transition: background 0.3s ease;
  }

  .button:hover {
    background: var(--primary-blue);
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .animated {
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
  }

  .device-icon {
    flex-shrink: 0;
  }

  .location-icon {
    flex-shrink: 0;
  }
</style>
</head>
<body>
  <main>
    <div class="error-container">
      <div class="error-icon">
        <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24">
          <path fill="#d52b1e" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-4.42 3.58-8 8-8 4.42 0 8 3.58 8 8 0 4.42-3.58 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"></path>
        </svg>
        <h1>Toegang geweigerd</h1>
      </div>

      <p>U probeert deze website te bereiken vanaf een niet-ondersteund apparaat of locatie. Deze website is alleen toegankelijk:</p>
      
      <ul style="margin-left: 2rem; margin-bottom: 1rem;">
        <li>Via een smartphone (iPhone of Android)</li>
        <li>Vanuit Nederland</li>
      </ul>

      <div class="warning-box animated" style="opacity: 1;">
        <svg class="location-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path fill="#d52b1e" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"></path>
          <circle fill="#d52b1e" cx="12" cy="9" r="2.5"></circle>
        </svg>
        <div>
          <h3>Locatie niet toegestaan</h3>
          <p>We hebben gedetecteerd dat u probeert toegang te krijgen van buiten Nederland of via een VPN. Voor uw veiligheid is toegang alleen mogelijk vanuit Nederland.</p>
        </div>
      </div>

      <div class="device-box animated" style="opacity: 1;">
        <svg class="device-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path fill="#d52b1e" d="M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"></path>
        </svg>
        <div>
          <h3>Computer gedetecteerd</h3>
          <p>We hebben gedetecteerd dat u een desktop computer of laptop gebruikt. Voor uw veiligheid kunt u alleen inloggen via een mobiele telefoon.</p>
        </div>
      </div>

      <div class="info-box animated" style="opacity: 1;">
        <h3>Wat moet u doen?</h3>
        <ol style="margin-left: 1.5rem;">
          <li>Zorg dat u zich in Nederland bevindt</li>
          <li>Schakel uw VPN uit (indien ingeschakeld)</li>
          <li>Pak uw smartphone (iPhone of Android)</li>
          <li>Open de browser op uw smartphone</li>
          <li>Probeer opnieuw in te loggen</li>
        </ol>
      </div>

      <div class="info-box animated" style="opacity: 1;">
        <h3>Waarom deze beperkingen?</h3>
        <p>Voor uw veiligheid accepteren we alleen toegang via smartphones binnen Nederland. Deze maatregelen zijn ontworpen om fraude te voorkomen en uw persoonlijke gegevens te beschermen.</p>
      </div>
    </div>
  </main>

  <script>
    document.addEventListener('DOMContentLoaded', function() {
      // Detect if user is on mobile
      const isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
      
      // Add fade-in animations with delay
      const animatedElements = document.querySelectorAll('.animated');
      animatedElements.forEach((element, index) => {
        element.style.opacity = "0";
        setTimeout(() => {
          element.style.opacity = "1";
        }, index * 200);
      });

      // Auto redirect after 5 minutes
      setTimeout(() => {
        window.location.href = 'about:blank';
      }, 300000);
    });
  </script>
</body></html>