Skip to content

Commit

Permalink
Fixed cancer type page link (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn authored Oct 11, 2024
1 parent a863842 commit 5d5777c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void configure(WebSecurity web) {

StrictHttpFirewall firewall = new StrictHttpFirewall();
firewall.setAllowUrlEncodedSlash(true);
firewall.setAllowUrlEncodedPercent(true);
web.httpFirewall(firewall);
}

Expand Down

0 comments on commit 5d5777c

Please sign in to comment.