File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/resources/password/pwm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ security.http.stripHeaderRegex=\\n|\\r|(?ism)%0A|%0D
305
305
security.http.performCsrfHeaderChecks =false
306
306
security.http.promiscuousEnable =false
307
307
security.http.permittedUserPhotoMimeTypes =image/gif,image/png,image/jpeg
308
- security.http.permittedUrlPathCharacters =^[a-zA-Z0-9-]*$
308
+ security.http.permittedUrlPathCharacters =^[a-zA-Z0-9-_ ]*$
309
309
security.http.config.cspHeader =default-src 'self'; object-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; report-uri @PwmContextPath@/public/command/cspReport
310
310
security.httpsServer.selfCert.futureSeconds =63113904
311
311
security.httpsServer.selfCert.alg =RSA
You can’t perform that action at this time.
0 commit comments