newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

Only include the reCAPTCHA script where needed #690

Closed jnga closed 6 years ago

jnga commented 6 years ago

The introduction of a script for reCAPTCHA v2 in #688 inserted a script call in the head for all pages. Since the reCAPTCHA is not needed on most pages, instead include it only where needed.

jnga commented 6 years ago

Canceling this after going back to the previous reCAPTCHA library (which does support v2 after all) with #691.