We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0387d15 commit 07e8d50Copy full SHA for 07e8d50
php-config/Emergence/Mueller/Investigator.config.d/laddr.php
@@ -8,10 +8,10 @@
8
9
Investigator::$tests['email-invalid'] = false;
10
11
-Investigator::$tests['has-long-about'] = [
12
- 'points' => -10,
+Investigator::$tests['has-about-url'] = [
+ 'points' => -100,
13
'function' => function (IUser $User, array &$userCache) {
14
- return $User->About && strlen($User->About) > 200;
+ return $User->About && (stripos($User->About, 'http://') !== false || stripos($User->About, 'https://') !== false);
15
}
16
];
17
0 commit comments