Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for hcaptcha (0.33 seconds)

  1. docs/en/docs/js/init_kapa_widget.js

      script.setAttribute("data-project-color", "#009485");
      script.setAttribute("data-project-logo", "https://fastapi.tiangolo.com/img/favicon.png");
      script.setAttribute("data-bot-protection-mechanism", "hcaptcha");
      script.setAttribute("data-button-height", "3rem");
      script.setAttribute("data-button-width", "3rem");
      script.setAttribute("data-button-border-radius", "50%");
      script.setAttribute("data-button-padding", "0");
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 18 15:26:13 GMT 2026
    - 2.3K bytes
    - Click Count (0)
  2. src/main/webapp/js/admin/plugins/form-validator/security.js

    b=a(this),c=b.get(0).validationConfig||b.context.validationConfig||!1;c&&a('[data-validation~="recaptcha"]',b).each(function(){var d=a(this),e=document.createElement("DIV"),f=c.reCaptchaSiteKey||d.valAttr("recaptcha-sitekey"),g=c.reCaptchaTheme||d.valAttr("recaptcha-theme")||"light",h=c.reCaptchaSize||d.valAttr("recaptcha-size")||"normal",i=c.reCaptchaType||d.valAttr("recaptcha-type")||"image";if(!f)throw new Error("Google reCaptcha site key is required.");var j=grecaptcha.render(e,{sitekey:f,theme:g,size:h,typ...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 10.5K bytes
    - Click Count (1)
Back to Top