Skip to main content
ck888
New Member
August 14, 2021
Question

fortiproxy Image Analyzer blocked images

  • August 14, 2021
  • 1 reply
  • 2004 views

HI all,

 

In FPX 2.0.2, i can't see any option for Image Analyzer blocked images setting and saving block images option. Is there any required step to enable it? Thanks

 

[ul]
  • System > Settings > Image Analyzer Blocked Images Setting    [/ul]

    Cache Mode: Rolling

    [ul]
  • Content Analyses > Image Analyses > default[/ul]

     Saving Blocked Images: Enable

     

    • 1 reply

      asengar
      Staff
      Staff
      September 22, 2023

      Hi @ck888 

      Request you to kindly check the below document and it helps you to block the images.

       

      https://community.fortinet.com/t5/FortiProxy/Troubleshooting-Tip-How-to-block-images-using-Content-Analysis/ta-p/196170

      + Refer the below CLI commands

      Caching blocked images
      You can now cache blocked images on a local RAM disk so that an administrator can review them.
      To manage the blocked-image cache using the CLI:

      1. Specify the maximum size of the blocked-image cache and set the caching mode:
      config system global
      set max-img-cache-size <30-300 MB > (The default is 60 MB.)
      set img-cache-mode {stop | rolling } (The default is rolling.)
      end
      2. Enable the blocked-image cache in the Content Analysis profile:
      config image-analyzer profile
      edit Content_Analysis_profile_name
      set blocked-img-cache {enable | disable} (The default is disable.)

       

      Regards