Skip to content

Commit

Permalink
more config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 2, 2024
1 parent 365e481 commit 57e0995
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ private void setupContext(ProxyServerConfiguration config) {
httpsConfig.setRequestHeaderSize(2048000);
httpsConfig.setResponseHeaderSize(2048000);



SecureRequestCustomizer src = new SecureRequestCustomizer();
src.setStsMaxAge(TimeUnit.SECONDS.toSeconds(2000));
src.setStsIncludeSubDomains(true);
Expand Down

0 comments on commit 57e0995

Please sign in to comment.