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 @@ -307,7 +307,7 @@ security.http.stripHeaderRegex=\\n|\\r|(?ism)%0A|%0D
307
307
security.http.performCsrfHeaderChecks =false
308
308
security.http.promiscuousEnable =false
309
309
security.http.permittedUserPhotoMimeTypes =image/gif,image/png,image/jpeg
310
- security.http.permittedUrlPathCharacters =^[a-zA-Z0-9-_]*$
310
+ security.http.permittedUrlPathCharacters =^[a-zA-Z0-9-_= \\ s ]*$
311
311
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
312
312
security.httpsServer.selfCert.futureSeconds =63113904
313
313
security.httpsServer.selfCert.alg =RSA
You can’t perform that action at this time.
0 commit comments