X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2FLauncher.java;h=6918074774d0d696c177224f06f511c4a1647392;hb=f773028d5189066962d5528faf170e5d7d51fbc8;hp=2c8c1f531d67a5e04dcbab21ce7b6a4c40efe359;hpb=ae94dd021e57b0f975f04a94ff9a182bdabbc4db;p=gigi.git diff --git a/src/org/cacert/gigi/Launcher.java b/src/org/cacert/gigi/Launcher.java index 2c8c1f53..69180747 100644 --- a/src/org/cacert/gigi/Launcher.java +++ b/src/org/cacert/gigi/Launcher.java @@ -30,6 +30,9 @@ public class Launcher { Server s = new Server(); // === SSL HTTP Configuration === HttpConfiguration https_config = new HttpConfiguration(); + https_config.setSendServerVersion(false); + https_config.setSendXPoweredBy(false); + // for client-cert auth https_config.addCustomizer(new SecureRequestCustomizer());