From 08fe2b2c6c90cea9b6891c28a233289e8e826c05 Mon Sep 17 00:00:00 2001 From: Erik Verheul Date: Mon, 8 Nov 2021 17:50:04 +0100 Subject: [PATCH] Remove uncommented lines --- .../monitorisp/ui/WicketApplication.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/java/nl/verheulconsultants/monitorisp/ui/WicketApplication.java b/src/main/java/nl/verheulconsultants/monitorisp/ui/WicketApplication.java index 2c3560a..a2ea99e 100644 --- a/src/main/java/nl/verheulconsultants/monitorisp/ui/WicketApplication.java +++ b/src/main/java/nl/verheulconsultants/monitorisp/ui/WicketApplication.java @@ -26,8 +26,6 @@ import java.util.ArrayList; import java.util.List; import nl.verheulconsultants.monitorisp.service.Host; -//import org.apache.wicket.csp.CSPDirective; -//import org.apache.wicket.csp.CSPDirectiveSrcValue; import org.apache.wicket.markup.html.WebPage; import org.apache.wicket.protocol.http.WebApplication; import nl.verheulconsultants.monitorisp.service.ISPController; @@ -90,13 +88,6 @@ public void init() { CONTROLLER.doInBackground(getAddresses(CONTROLLER.getSelected())); LOGGER.info("Application init(): The service is started for checking connections with hosts {}", CONTROLLER.getSelected()); } - // needed for the styling used by the quickstart - // getCspSettings().blocking() - // .add(CSPDirective.STYLE_SRC, CSPDirectiveSrcValue.SELF) - // .add(CSPDirective.STYLE_SRC, "https://fonts.googleapis.com/css") - // .add(CSPDirective.FONT_SRC, "https://fonts.gstatic.com"); - - // add your configuration here } /**