diff options
Diffstat (limited to 'p/ext.php')
| -rw-r--r-- | p/ext.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ if (!is_valid_path($absolute_filename)) { $content_type = SUPPORTED_TYPES[$file_type]; header("Content-Type: {$content_type}"); header("Content-Disposition: inline; filename='{$file_name}'"); +header('Referrer-Policy: same-origin'); $mtime = @filemtime($absolute_filename); if ($mtime === false) { |
