mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-09-22 01:24:56 +02:00
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 <noreply@paperclip.ing>
This commit is contained in:
+1
-1
@@ -2143,7 +2143,7 @@
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user