Revert "Revert "only include recaptcha v2 on pages that use it""

This reverts commit a56afbdbbb749975b7e7f9cd47e0a7b2b784e75b.

GitOrigin-RevId: 9f3c029d9c4d9c3811e525ec1b6d8bf39ced4945
This commit is contained in:
Ersun Warncke 2020-04-02 08:29:57 -04:00 committed by Copybot
parent bc1b73d74e
commit 9057703531

View file

@ -90,18 +90,9 @@ html(
body body
if(settings.recaptcha && (settings.recaptcha.siteKey || settings.recaptcha.siteKeyV3)) if(settings.recaptcha && settings.recaptcha.siteKeyV3)
if (settings.recaptcha.siteKeyV3)
script(src="https://www.google.com/recaptcha/api.js?render="+settings.recaptcha.siteKeyV3) script(src="https://www.google.com/recaptcha/api.js?render="+settings.recaptcha.siteKeyV3)
else
script(src="https://www.google.com/recaptcha/api.js?render=explicit")
div(
id="recaptcha"
class="g-recaptcha"
data-sitekey=settings.recaptcha.siteKey
data-size="invisible"
data-badge="inline"
)
- if(typeof(suppressNavbar) == "undefined") - if(typeof(suppressNavbar) == "undefined")
include layout/navbar include layout/navbar