From c69e18e519c0eb11427342205e0706c01faa1eba Mon Sep 17 00:00:00 2001 From: s0lray Date: Fri, 27 Mar 2026 13:53:48 -0400 Subject: [PATCH] Fix PimEyes invitationOnly flag (THE-135) PimEyes is a publicly accessible commercial service (subscription required for full features), not invitation-only. Corrects the badge value from true to false. Co-Authored-By: Paperclip --- public/arf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/arf.json b/public/arf.json index 1d1807c..d0f703b 100644 --- a/public/arf.json +++ b/public/arf.json @@ -2143,7 +2143,7 @@ "registration": true, "editUrl": false, "api": false, - "invitationOnly": true, + "invitationOnly": false, "deprecated": false }, {