File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
server/src/main/resources/password/pwm Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 26
26
/webapp /src /main /webapp /public /resources /themes /idm
27
27
/webapp /src /main /webapp /public /resources /themes /mdefault
28
28
/webapp /src /main /webapp /public /resources /themes /mdefault44
29
+
30
+ # VS Code Project Files
31
+ .vscode /*
32
+ .vscode /*
33
+ ! .vscode /settings.json
34
+ ! .vscode /tasks.json
35
+ ! .vscode /launch.json
36
+ ! .vscode /extensions.json
37
+
38
+ ** /.settings /
39
+ * /.settings /
40
+ ** /* .classpath
41
+ * /* .classpath
42
+ ** /* .factorypath
43
+ * /* .factorypath
44
+ ** /* .project
45
+ * /* .project
46
+
47
+
Original file line number Diff line number Diff line change @@ -284,9 +284,9 @@ queue.syslog.maxCount=100000
284
284
reporting.ldap.searchTimeoutMs =1800000
285
285
reporting.ldap.searchThreads =8
286
286
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 =//www.recaptcha.net /recaptcha/api.js
288
+ recaptcha.clientIframeUrl =//www.recaptcha.net /recaptcha/api/noscript
289
+ recaptcha.validateUrl =https://www.recaptcha.net /recaptcha/api/siteverify
290
290
security.html.stripInlineJavascript =false
291
291
security.http.forceRequestSequencing =false
292
292
security.http.stripHeaderRegex =\\ n|\\ r|(?ism)%0A|%0D
Original file line number Diff line number Diff line change 1615
1615
</setting >
1616
1616
<setting hidden =" false" key =" security.cspHeader" level =" 2" >
1617
1617
<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/ https://www.gstatic. com/recaptcha/ https://www.google.com/recaptcha/ 'self' 'unsafe-eval' 'nonce-%NONCE%'; frame-src https://www.recaptcha.net /recaptcha/ https://www.gstatic.cn/recaptcha/ https://www.gstatic. com/recaptcha/ https://www.google.com/recaptcha/ ; report-uri /sspr/public/command/cspReport]]> </value >
1619
1619
</default >
1620
1620
</setting >
1621
1621
<setting hidden =" false" key =" email.adminAlert.toAddress" level =" 1" >
You can’t perform that action at this time.
0 commit comments