apply_filters( 'woocommerce_use_xsendfile_for_remote' )
Fallback on force download method for remote files. This is because: 1. xsendfile needs proxy configuration to work for remote files, which cannot be assumed to be available on most hosts.
Description Description
- Force download method is more secure than redirect method if
allow_url_fopen
is enabled inphp.ini
. We fallback to redirect method in force download method anyway in caseallow_url_fopen
is not enabled.
Source Source
File: includes/class-wc-download-handler.php