mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
Allow Recaptcha service url to be configured (#6820)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
{{end}}
|
||||
{{if .EnableCaptcha}}
|
||||
{{if eq .CaptchaType "recaptcha"}}
|
||||
<script src="https://www.google.com/recaptcha/api.js" async></script>
|
||||
<script src='{{ URLJoin .RecaptchaURL "api.js"}}' async></script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{if .RequireTribute}}
|
||||
|
||||
Reference in New Issue
Block a user