Skip to content

Commit

Permalink
fix #697 - Email HTML - request URL path segment contains illegal cha…
Browse files Browse the repository at this point in the history
…racters
  • Loading branch information
jrivard committed Dec 12, 2023
1 parent 9be1c51 commit d415327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ security.http.stripHeaderRegex=\\n|\\r|(?ism)%0A|%0D
security.http.performCsrfHeaderChecks=false
security.http.promiscuousEnable=false
security.http.permittedUserPhotoMimeTypes=image/gif,image/png,image/jpeg
security.http.permittedUrlPathCharacters=^[a-zA-Z0-9-_]*$
security.http.permittedUrlPathCharacters=^[a-zA-Z0-9-_=\\s]*$
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
security.httpsServer.selfCert.futureSeconds=63113904
security.httpsServer.selfCert.alg=RSA
Expand Down

0 comments on commit d415327

Please sign in to comment.