Conflict with CloudFlare

#1
Hi.
I use Cloudflare. When bots attack the site, Cloudflare shows them a page as a challenge. The problem is that these pages are merged and minified with js files by LightSpeed, and a js error occurs. Is there a solution to this problem?

Here is the minified js file:


JavaScript:
/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new 

Blah Blah Blah
Blah Blah Blah
Blah Blah Blah

;<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Access denied | www.zzzagros.com used Cloudflare to restrict access</title>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<script src="/cdn-cgi/apps/head/BBdaYv162NpFMBLuOXRIUHeCNTU.js"></script><link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/main.css" type="text/css" media="screen,projection" />


<script async src='/cdn-cgi/bm/cv/669835187/api.js'></script></head>
<body>
  <div id="cf-wrapper">
    <div class="cf-alert cf-alert-error cf-cookie-error hidden" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
    <div id="cf-error-details" class="p-0">
      <header class="mx-auto pt-10 lg:pt-6 lg:px-8 w-240 lg:w-full mb-15 antialiased">
         <h1 class="inline-block md:block mr-2 md:mb-2 font-light text-60 md:text-3xl text-black-dark leading-tight">
           <span data-translate="error">Error</span>
           <span>1020</span>
         </h1>
         <span class="inline-block md:block heading-ray-id font-mono text-15 lg:text-sm lg:leading-relaxed">Ray ID: 611a2b001c00cad4 &bull;</span>
         <span class="inline-block md:block heading-ray-id font-mono text-15 lg:text-sm lg:leading-relaxed">2021-01-14 20:39:43 UTC</span>
        <h2 class="text-gray-600 leading-1.3 text-3xl lg:text-2xl font-light">Access denied</h2>
      </header>

      <section class="w-240 lg:w-full mx-auto mb-8 lg:px-8">
          <div id="what-happened-section" class="w-1/2 md:w-full">
            <h2 class="text-3xl leading-tight font-normal mb-4 text-black-dark antialiased" data-translate="what_happened">What happened?</h2>
            <p>This website is using a security service to protect itself from online attacks.</p>
            
          </div>

          
      </section>

      <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
  <p class="text-13">
    <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">611a2b001c00cad4</strong></span>
    <span class="cf-footer-separator sm:hidden">&bull;</span>
    <span class="cf-footer-item sm:block sm:mb-1"><span>Your IP</span>: 2a01:4f9:4b:17e0::2</span>
    <span class="cf-footer-separator sm:hidden">&bull;</span>
    <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
    
  </p>
</div><!-- /.error-footer -->


    </div><!-- /#cf-error-details -->
  </div><!-- /#cf-wrapper -->

  <script type="text/javascript">
  window._cf_translation = {};
 
 
</script>

<script type="text/javascript">(function(){window['__CF$cv$params']={r:'611a2b001c00cad4',m:'a0ce960230ace3f89fc09bbebb3fca93b551ff04-1610656783-1800-AUis86p3CGRGvWJG/ijoor2JJVMd70kqJYLjSt05PcPxV61Tfo2hRdJ+AbZMTwSRBNGE8YpVAy3ZHKe1iyvxQWXyqfvgpKuSFaBRpAzxysgrEJlE6IGE+PFVLmdHil3yyGWdnXShawFG6cIkFZA3CmtwMSqxIGhcVRLpOyGB+vgk',s:[0x460ceec828,0x575eb3866d],}})();</script></body>
</html>

;jQuery(document).ready(function($){if($('.term-description').height()>150&&$('show-term-description').length==0){$('.term-description').append('<a href="#" class="show-term-description">نمایش بیشتر <i class="mdi mdi-chevron-down mdi-24px"></i></a>').css('padding-bottom','40px');$('.term-description').addClass('must-show');}
 
Top