<!DOCTYPE html><html lang="en-US"><head> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="robots" content="noindex, nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link id="favicon" rel="shortcut icon" type="image/svg+xml" href="../img/favicon.svg"> <link href="style_6.css" rel="stylesheet"> <title>Test de sécurité / Security check...</title> <meta http-equiv="refresh" content="300"></head><body><table width="100%" height="100%"> <tbody><tr> <td></td> </tr> <tr> <td align="center" valign="middle"> <div class="o2s-browser-check"> <noscript> <h1 style="color:#fd7e14;"> Veuillez activer JavaScript puis recharger cette page.<br/> Please turn JavaScript on and reload the page.<br/> </h1> </noscript> <div id="o2s-content"> <h1 style="margin-top:0.1em;" data-i18n-key="title">Security check</h1> <p data-i18n-key="lead">Sorry, we need to verify that this request is legitimate and is not sent by an automated system (robot).<br> </p> </div> <div id="loader-animation" class="lds-ellipsis"><div></div><div></div><div></div><div></div></div> <form id="js-chl-form" method="POST" enctype="application/x-www-form-urlencoded" action="/o2s-cgi/security-challenge?a=verify-response"> <input type="hidden" id="js-chl-type" name="chl-type" value="captcha"> <input type="hidden" id="js-chl-hash" name="chl-hash" value="18139c1df658b616b8944af7b0aa10b0"> <input type="hidden" id="js-current-url" name="chl-current-url" value="https://www.miel-beeholy.fr/wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css?ver=10.0.0"> <input type="hidden" id="js-chl-response" name="js-chl-response" value=""> <input type="hidden" id="js-chl-id" name="js-chl-id" value="">         <div id="captchaBlock" style="margin-top:2em; margin-bottom:3em;">
        <div id="hcaptcha" class="h-captcha" data-sitekey="0add66af-e260-4ede-842c-51d7c392638a" data-callback="onHcaptchaSubmit" data-size="invisible"><iframe aria-hidden="true" data-hcaptcha-widget-id="0v8r0ksjaafm" data-hcaptcha-response="" src="https://newassets.hcaptcha.com/captcha/v1/7d4d05084adcfa2f866d7a91667a5014ee896377/static/hcaptcha.html#frame=checkbox-invisible" style="display: none;"></iframe><textarea id="g-recaptcha-response-0v8r0ksjaafm" name="g-recaptcha-response" style="display: none;"></textarea><textarea id="h-captcha-response-0v8r0ksjaafm" name="h-captcha-response" style="display: none;"></textarea></div>
        </div>
     </form> </div> <div> <img id="img" width="250" src="../img/tiger.svg"> <br><br> <div> <small> <a href="https://www.o2switch.fr" target="_blank">o2switch.fr</a> - <a href="https://faq.o2switch.fr/hebergement-mutualise/tutoriels-cpanel/tiger-protect">Tiger Protect WAF</a> </small> <br> <small style="font-size: 10px;" id="request-id"></small> </div> </div> </td> </tr></tbody></table><script src="../js/api_1.js"></script><script src="../js/jquery.min_1.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="../js/crypto-js.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script type="text/javascript"> $(document).ready(function() { const supportedLocales = ["en", "fr"]; const translations = { "en": { "title": "Security check", "lead": `Sorry, we need to verify that this request is legitimate and is not sent by an automated system (robot).<br/> <span class="additionnal-part">This verification process is automatic. Your browser will <strong>redirect you in a few seconds</strong>.<span>`, }, "fr": { "title": 'Test de sécurité', "lead": `Désolé, nous devons vérifier que cette requête est légitime et n'est pas envoyée par un système automatisé (robot). <br/> <span class="additionnal-part">Ce processus de vérification est automatique. Votre navigateur va vous <strong>rediriger dans quelques secondes</strong>.</span>`, }, }; function browserLocales(languageCodeOnly = false) { return navigator.languages.map((locale) => languageCodeOnly ? locale.split("-")[0] : locale, ); } function isSupported(locale) { return supportedLocales.indexOf(locale) > -1; } function supportedOrDefault(locales) { return locales.find(isSupported) || 'en'; } const locale = supportedOrDefault(browserLocales(true)); document.querySelectorAll("[data-i18n-key]").forEach(function(element) { const key = element.getAttribute("data-i18n-key"); const translation = translations[locale][key]; element.innerHTML = translation; } ); const captchaKey = "0add66af-e260-4ede-842c-51d7c392638a"; const captchaProvider = "hcaptcha"; const challengeType = "captcha"; const currentUrl = window.location.href; const challengeHash = '18139c1df658b616b8944af7b0aa10b0'; const requestId = 'a72a92c0ea734c9f033a2675f012ba06'; $('#js-chl-hash').val(challengeHash); $('#js-chl-type').val(challengeType); $('#js-current-url').val(currentUrl); $('#request-id').val(requestId); if(challengeType === 'js'){ var data = { 'chl-type': challengeType, 'chl-hash': challengeHash }; $.ajax({ type: "POST", url: "/o2s-cgi/security-challenge?a=get-chl", data: data, dataType: 'json', success: function(data){ if(data.success !== true){ errorAndRefresh(); return; } var f = new Function(data.payload); f(); }, error: function(jqXHR, textStatus, err){ errorAndRefresh(err); } }); return; } if(challengeType === 'captcha' && captchaProvider === 'hcaptcha'){ $('.additionnal-part').remove(); setTimeout(function(){ hcaptcha.execute(); }, 1000); return; } if(challengeType === 'captcha' && captchaProvider === 'recaptcha'){ $('#loader-animation').fadeOut(); $('.additionnal-part').remove(); return; } if(challengeType === 'captcha' && captchaProvider === 'friendlycaptcha'){ $('#loader-animation').fadeOut(); $('.additionnal-part').remove(); return; } errorAndRefresh(); }); function onHcaptchaSubmit(token){ $('#js-chl-response').val(token); $('#js-chl-form').attr('action', $('#js-chl-form').attr('action').replace('verify-response', 'verify-captcha-response')); $('#js-chl-form').submit(); } function onRecaptchaSubmit(token){ $('#js-chl-response').val(token); $('#js-chl-form').attr('action', $('#js-chl-form').attr('action').replace('verify-response', 'verify-captcha-response')); $('#js-chl-form').submit(); } function onFriendlyCaptchaSubmit(token){ $('#js-chl-response').val(token); $('#js-chl-form').attr('action', $('#js-chl-form').attr('action').replace('verify-response', 'verify-captcha-response')); $('#js-chl-form').submit(); } function errorAndRefresh(err){ if(err !== null){ alert("Une erreur est survenue - An error occurred"); } else { alert(err); } setTimeout(function(){location.reload();}, 1000); }</script>
<div aria-hidden="true" style="background-color: rgb(255, 255, 255); border: 1px solid rgb(215, 215, 215); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px; border-radius: 4px; left: auto; top: -10000px; z-index: -2147483648; position: absolute; pointer-events: auto; transition: opacity 0.15s ease-out 0s; opacity: 0; visibility: hidden;"><div style="position: relative; z-index: 1;"><iframe src="https://newassets.hcaptcha.com/captcha/v1/7d4d05084adcfa2f866d7a91667a5014ee896377/static/hcaptcha.html#frame=challenge&amp;id=0v8r0ksjaafm&amp;host=www.miel-beeholy.fr&amp;sentry=true&amp;reportapi=https%3A%2F%2Faccounts.hcaptcha.com&amp;recaptchacompat=true&amp;custom=false&amp;hl=ru&amp;tplinks=on&amp;andint=off&amp;pstissuer=https%3A%2F%2Fpst-issuer.hcaptcha.com&amp;sitekey=0add66af-e260-4ede-842c-51d7c392638a&amp;size=invisible&amp;theme=light&amp;origin=https%3A%2F%2Fwww.miel-beeholy.fr" frameborder="0" scrolling="no" title="Основное содержание испытания hCaptcha" style="border: 0px; z-index: 2000000000; position: relative;"></iframe></div><div style="width: 100%; height: 100%; position: fixed; pointer-events: none; top: 0px; left: 0px; z-index: 0; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div style="border-width: 11px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 1; right: 100%;"><div style="border-width: 10px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; position: relative; top: 10px; z-index: 1;"></div><div style="border-width: 11px; border-style: solid; border-color: transparent rgb(215, 215, 215) transparent transparent; position: relative; top: -11px; z-index: 0;"></div></div></div></body></html>