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 9d92da1 commit 22d3000Copy full SHA for 22d3000
cleantalk.antispam/include.php
@@ -210,7 +210,8 @@ public function OnPageStartHandler()
210
(isset($_POST['comment_post_id'], $_POST['comment'], $_POST['blog_upload_cid'])) ||
211
strpos($_SERVER['REQUEST_URI'], '/order/make') ||
212
(isset($_POST['NEW_PASSWORD'], $_POST['NEW_PASSWORD_CONFIRM']) && strpos($_SERVER['REQUEST_URI'], 'personal/profile/') !== false) ||
213
- (isset($_POST['t'], $_POST['dl'], $_POST['dt']) && $_POST['t'] == 'pageview')
+ (isset($_POST['t'], $_POST['dl'], $_POST['dt']) && $_POST['t'] == 'pageview') ||
214
+ strpos($_SERVER['REQUEST_URI'], 'bitrix/tools/conversion/') !== false
215
)
216
{
217
return;
0 commit comments