Disable per group regex lookup, use generic regexes only

This commit is contained in:
DariusIII
2019-09-24 10:52:38 +02:00
parent 3296a36a02
commit 400b8b1f6b
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -104,13 +104,13 @@ class CollectionsCleaning
$this->groupName = $groupName;
// Try DB regex first.
$potentialString = $this->_regexes->tryRegex($subject, $groupName);
/*$potentialString = $this->_regexes->tryRegex($subject, $groupName);
if ($potentialString) {
return [
'id' => $this->_regexes->matchedRegex,
'name' => $potentialString,
];
}
}*/
return $this->generic();
}
+2
View File
@@ -1,3 +1,5 @@
2019-09-24 DariusIII
* Chg: Disable per group regex lookup, use generic regexes only
2019-09-23 DariusIII
* Chg: Add dariusiii/laravel-cloudflare package for cloudflare users
* Chg: Remove unused .js and .css scripts that are not used