reiern70 commented on code in PR #1580:
URL: https://github.com/apache/wicket/pull/1580#discussion_r3952780229
##########
wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleApplication.java:
##########
@@ -60,10 +62,7 @@ protected void init()
getDebugSettings().setDevelopmentUtilitiesEnabled(true);
getResourceSettings().setCssCompressor(new CssUrlReplacer());
- getCspSettings().blocking().strict().reportBack()
- .add(CSPDirective.STYLE_SRC,
-
"https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css")
- .add(CSPDirective.FONT_SRC,
"https://maxcdn.bootstrapcdn.com");
+ getCspSettings().blocking().disabled();
Review Comment:
@papegaaij I would appreciate your help here: with strict the new VANILA js
is no loaded. I could not figure out why
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]