Skip to content

Commit

Permalink
Remove uncommented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Nov 8, 2021
1 parent bff191b commit 08fe2b2
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
}

/**
Expand Down

0 comments on commit 08fe2b2

Please sign in to comment.