Configure rating options
Allow Websites When a Rating error Occurs
In the GUI, the configuration setting is limited to a checkbox.
Rate URLs by Domain and IP Address
In the GUI, the configuration setting is limited to a checkbox.
Block HTTP Redirects by Rating
In the GUI, the configuration setting is limited to a checkbox.
Rate Images by URL (Blocked images will be replaced with blanks)
In the GUI, the configuration setting is limited to a checkbox.
Configure Proxy Options
Restrict Google Account Usage to Specific Domains
Configuring the feature in the GUI
Go to Security Profiles > Web Filter.
In the Proxy Options section, check the box next to Restrict to Corporate Google Accounts Only.
Use the Create New link within the widget to add the appropriate Google domains that will be allowed.
Configuring the feature in the CLI
To configure this option in the CLI, the URL filter must refer to a web-proxy profile that is using the Modifying HTTP Request Headers feature. The command is only visible when the action for the entry in the URL filter is set to either allow or monitor.
- Configure the proxy options:
config web-proxy profile edit “googleproxy” config headers edit 1 set name “X-GoogApps-Allowed-Domains” set content “fortinet.com, Ladan.ca” end
end
end
end
- Set a web filter profile to use the proxy options config webfilter urlfilter edit 1 config entries edit “*.google.com” set type wildcard set action {allow | monitor} set web-proxy-profile <profile> end
end
end end
In the CLI, you can also add, modify, and remove header fields in HTTP request when scanning web traffic in proxy-mode. If a header field exists when your FortiGate receives the request, its content will be modified based on the configurations in the URL filter.
Web Resume Download block
In the GUI, the configuration setting is limited to a checkbox.
Provide Details for Blocked HTTP 4xx and 5xx Errors
In the GUI, the configuration setting is limited to a checkbox.
HTTP POST Action
Remove Java Applet Filter
In the GUI, the configuration setting is limited to a checkbox.
Remove ActiveX Filter
In the GUI, the configuration setting is limited to a checkbox.
Remove Cookie Filter
In the GUI, the configuration setting is limited to a checkbox.
config system global
set gui-webfilter-advanced enable doesn´t exist on a FG-501E running 6.0.3?
Any easy way to export web filtering from one Gate and import it to another?
Backup the config and nit pick through it. Be sure the FortiGates are running the same version of code though!