Skip to content

Commit 9d383a0

Browse files
committed
Change Google recaptcha URL to make it available in China
1 parent 566437b commit 9d383a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/main/resources/password/pwm/AppProperty.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ queue.syslog.maxCount=100000
284284
reporting.ldap.searchTimeoutMs=1800000
285285
reporting.ldap.searchThreads=8
286286
reporting.maxReportAgeSeconds=864000
287-
recaptcha.clientJsUrl=//www.google.com/recaptcha/api.js
288-
recaptcha.clientIframeUrl=//www.google.com/recaptcha/api/noscript
289-
recaptcha.validateUrl=https://www.google.com/recaptcha/api/siteverify
287+
recaptcha.clientJsUrl=//recaptcha.net/recaptcha/api.js
288+
recaptcha.clientIframeUrl=//recaptcha.net/recaptcha/api/noscript
289+
recaptcha.validateUrl=https://recaptcha.net/recaptcha/api/siteverify
290290
security.html.stripInlineJavascript=false
291291
security.http.forceRequestSequencing=false
292292
security.http.stripHeaderRegex=\\n|\\r|(?ism)%0A|%0D

0 commit comments

Comments
 (0)