Skip to content

Commit cd84b97

Browse files
committed
Change Google recaptcha URL to make it available in China
1 parent 723697c commit cd84b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/password/pwm/config/PwmSetting.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@
16151615
</setting>
16161616
<setting hidden="false" key="security.cspHeader" level="2">
16171617
<default>
1618-
<value><![CDATA[default-src 'self'; object-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'self' 'unsafe-eval' 'nonce-%NONCE%'; frame-src https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; report-uri /sspr/public/command/cspReport]]></value>
1618+
<value><![CDATA[default-src 'self'; object-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src https://www.recaptcha.net/recaptcha/ https://www.gstatic.cn/recaptcha/ 'self' 'unsafe-eval' 'nonce-%NONCE%'; frame-src https://www.recaptcha.net/recaptcha/ https://www.gstatic.cn/recaptcha/ ; report-uri /sspr/public/command/cspReport]]></value>
16191619
</default>
16201620
</setting>
16211621
<setting hidden="false" key="email.adminAlert.toAddress" level="1">

0 commit comments

Comments
 (0)