Chapter 7 Firewall for FortiOS 5.0 : Building firewall objects and policies : Proxy Option : Oversized Files : Option 1
  
Option 1
Option 1 can be done in the GUI.
Go to Policy > Policy > Proxy Options
Create a new profile
Fill out the fields with the following information:
Common Options
Field
Value
Comfort Clients
enabled
Interval (Seconds)
15
Amount(bytes)
1
Block Oversized File/Email
enabled
Threshold(MB)
2
Allow Invalid SSL Certificates
not enabled
Select OK
Enter the following CLI command:
 
config firewall profile-protocol-options
edit example_standard
config http
set options clientcomfort no-content-summary oversize
set oversize-limit 2
set comfort-interval 15
next
end