Forcepoint appliances

Before you begin

On both V Series and X Series appliances, use the appliance API to delete custom block page files. For information about the syntax used in the sample commands below, see the introduction to Working with block page files on appliances.

To delete the files and revert to the default block pages:

Steps

  1. Use the “delfile” command to delete files in the Custom directory, one at a time:

    curl -k -u admin:<password> -X PUT https://<c_interface>/ wse/customblockpage/delfile/<lang_code>/<file_name>

    For example:

    curl -k -u admin:<password> -X PUT https://10.115.75.30/ wse/customblockpage/delfile/en/master.html

  2. After deleting the files, stop Filtering Service:

    curl -k -u admin:<password> -X PUT https://<c_interface>/ wse/admin/filter/stop

  3. Start Filtering Service:
    curl -k -u admin:<password> -X PUT https://<c_interface>/ wse/admin/filter/start

Next steps

For the complete list of files, see Get started with block page elements.