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 6ec6f43c Temp debug
6ec6f43c is described below
commit 6ec6f43c334bffa8372421760b4cc9eb806ddff8
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 31 16:37:06 2025 +0000
Temp debug
---
lib/whimsy/sitestandards.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 31169e22..c292d152 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -292,10 +292,12 @@ module SiteStandards
end
elsif csp == nil
data['csp_check'] = 'OK - no website yet'
+ $stderr.puts [site, csp].inspect # Temp debug
elsif data['nonpmc'] and data['uri'] =~
%r{^https://(www\.)?apache\.org/} and squashed == WWW_CSP
data['csp_check'] = 'OK'
else # did not match
data['csp_check'] = "Invalid: #{squashed}"
+ $stderr.puts [site, csp].inspect # Temp debug
end
end
end