summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/static/js/recaptcha.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/static/js/recaptcha.js')
-rw-r--r--themes/beautifulhugo/static/js/recaptcha.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/beautifulhugo/static/js/recaptcha.js b/themes/beautifulhugo/static/js/recaptcha.js
new file mode 100644
index 0000000..9e00f8f
--- /dev/null
+++ b/themes/beautifulhugo/static/js/recaptcha.js
@@ -0,0 +1 @@
+/* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {if (!window['___grecaptcha_cfg']) { window['___grecaptcha_cfg'] = {}; };if (!window['___grecaptcha_cfg']['render']) { window['___grecaptcha_cfg']['render'] = 'onload'; };window['__google_recaptcha_client'] = true;var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;po.src = 'https://www.gstatic.com/recaptcha/api2/r20171115120512/recaptcha__en.js'; var elem = document.querySelector('script[nonce]');var nonce = elem && (elem['nonce'] || elem.getAttribute('nonce'));if (nonce) { po.setAttribute('nonce', nonce); }var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);})(); \ No newline at end of file