This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ec4694f0 What are the contents
ec4694f0 is described below
commit ec4694f0f46e7d091248bb0f3a895993be63c532
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 9 13:42:08 2024 +0100
What are the contents
---
www/members/page-scanner.cgi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/members/page-scanner.cgi b/www/members/page-scanner.cgi
index 04247a95..052260db 100755
--- a/www/members/page-scanner.cgi
+++ b/www/members/page-scanner.cgi
@@ -14,6 +14,8 @@ qs = ENV['QUERY_STRING']
if qs =~ %r{^url=(https?://.+)}
url = $1
print "Checking the page #{url}\n\n"
+ puts "The following 3rd party references were found."
+ puts "They have not been checked against the list of allowed references."
print "=====\n"
cmd = ['node', '/srv/whimsy/tools/scan-page.js', url, 'all']
out, err, status = Open3.capture3(*cmd)