This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch privacy-1
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/privacy-1 by this push:
     new f2b21b2c Only privacy.a.o allowed
f2b21b2c is described below

commit f2b21b2c7d4cb47763098b9b7d402505747224ad
Author: sebbASF <sebb...@users.noreply.github.com>
AuthorDate: Tue Dec 6 09:34:07 2022 +0000

    Only privacy.a.o allowed
---
 lib/whimsy/sitestandards.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 4cb266a1..ff9978c3 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -113,7 +113,7 @@ module SiteStandards
     'privacy' => { # link_check
       CHECK_TEXT => %r{Privacy Policy}i,
       CHECK_CAPTURE => %r{(Privacy)}i,
-      CHECK_VALIDATE => 
%r{\A(https://privacy\.apache\.org/policies/privacy-policy-public.html|https?://(www\.)?apache\.org/foundation/policies/privacy\.html)\z}i,
+      CHECK_VALIDATE => 
%r{\Ahttps://privacy\.apache\.org/policies/privacy-policy-public.html\z}i,
       CHECK_TYPE => true,
       CHECK_POLICY => 
'https://www.apache.org/foundation/marks/pmcs.html#navigation',
       CHECK_DOC => 'All websites must link to the Privacy Policy.',

Reply via email to