Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Creating Custom Block Pages : Change the block page logo
Change the block page logo
Custom Block Pages | Web Protection Solutions | v8.2.x, v8.3.x | 13-Dec-2016
The master.html file also includes the HTML code used to display a Forcepoint logo on the block page. You can replace this with a custom image of your choice.
To update the logo in the master.html file:
1.
Open the copy of the file in the Websense/BlockPages/<lang_code>/Custom directory (Windows or Linux servers), or download a copy of the file from your appliance.
*
v8.3.x appliances:
curl -k -u admin:<password> -X GET https://<c_interface>/wse/customblockpage/file/default/<Lang>/master.html
*
v8.2.x appliances:
Use the Administration > Toolbox page of the Appliance manager to download the file.
2.
*
v8.3.x appliances:
curl -k -u admin:<password> -X PUT -F "file=@./<filename>" https://<c_interface>/wse/customblockpage/images
*
v8.2.x appliances:
Use the Administration > Toolbox page of the Appliance manager to upload the file.
3.
Open the copy of master.html in a a text editor or HTML editor.
 
Warning 
4.
<img title="Forcepoint" src="/Images/logo_block_page.png" alt="Forcepoint Logo" ... >
*
Replace logo_block_page.png with the location and name of the image file you want to display (for example, your organization's logo).
*
Replace the values of the title parameter and alt parameter to accurately describe the new image.
For example:
<img title="MyCompany" src="/Images/mycompany_logo_block_page.png" alt="MyCompany Logo" ... >
The default block page logo is 228 pixels wide by 54 pixels high. If you change the size of the logo dramatically, additional HTML or CSS changes may be needed to ensure that the logo and other elements of the page display properly.
5.
6.
*
For Filtering Service instances on Windows and Linux servers, use the Status > Deployment page in the Web module of the TRITON Manager to restart Filtering Service.
*
curl -k -u admin:<password> -X PUT -F "file=@./master.html" https://<c_interface>/wse/customblockpage/file/<lang_code>
curl -k -u admin:<password> -X PUT https://<c_interface>/wse/admin/filter/stop
curl -k -u admin:<password> -X PUT https://<c_interface>/wse/admin/filter/start
*
a.
b.
Navigate to the Administration > Toolbox page.
c.
Click Upload File(s) to save the customized file to the appliance.
d.
Click Apply Changes to restart Filtering Service and start using the custom block pages.
Block page changes do not go into effect until Filtering Service has restarted.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Creating Custom Block Pages : Change the block page logo
Copyright 2016 Forcepoint LLC. All rights reserved.