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 2cac27f commit 5a4e7fbCopy full SHA for 5a4e7fb
cleantalk.antispam/include.php
@@ -248,7 +248,8 @@ public function OnPageStartHandler()
248
(isset($_POST['action']) && $_POST['action'] == 'saveOrderAjax') ||
249
strpos($_SERVER['REQUEST_URI'],'/user-profile.php?update=Y')!==false ||
250
( isset( $_SERVER['USER_AGENT'] ) && strpos( $_SERVER['USER_AGENT'], '.NET Framework' ) !== false ) ||
251
- ( isset( $_SERVER['USER_AGENT'] ) && strpos( $_SERVER['USER_AGENT'], 'Bitrix Telephony Controller' ) !== false )
+ ( isset( $_SERVER['USER_AGENT'] ) && strpos( $_SERVER['USER_AGENT'], 'Bitrix Telephony Controller' ) !== false ) ||
252
+ (isset($_POST['comment_post_id'], $_POST['comment'], $_POST['blog_upload_cid']))
253
)
254
{
255
return;
0 commit comments