On Mon, 14 Jul 2025 at 21:35, Daniel Sahlberg <daniel.l.sahlb...@gmail.com> wrote: > > Hi, > > I was looking over the site checker and found several project failing > because of external resources and similar reasons: "Found 3 external > resources: {"LOG Loaded ApacheCon Events Planner"=>1, "LOG rendering a wide > format event banner for communityovercode2025 event..."=>1, "LOG Setting > banner URL to https://communityovercode.org/"=>1}". > > An example is HTTP Server (https://whimsy.apache.org/site.cgi/project/httpd > ). > > I'm guessing this is because of links to communityovercode.org, probably > elements inserted via JavaScript from > https://www.apachecon.com/event-images/snippet.js.
Yes, these are console log messages generated by the snippet. These should not have been captured by the page scanner; now hopefully fixed. After the next scan, the LOG messages should no longer appear. Thanks for the report. > I tried to check and it seems like Whimsy whitelist communityovercode.org > [1] but it seems to not be effective. > > Is it possible to change this? Or is there something wrong with the way > ApacheCon is loading the resources? > > Cheers, > Daniel > > [1] > https://github.com/apache/whimsy/blob/efb2981853bc9ff309b6bf0307fbec1d05e7d518/tools/asf-site-check.rb#L8