Support for X-LiteSpeed-Location
Our Superfast WordPress hosting is supported by the Litespeed Enterprise web server and thus has support for the X-LiteSpeed-Location header.
You can test this yourself using the following code:
<?php
header('Content-Disposition: attachment; filename = php-icon.png');
header('X-LiteSpeed-Location: /logo.png');
?>
This ensures that the image is not displayed but will be offered for download.