diff --git a/src/Controller/BundleController.php b/src/Controller/BundleController.php
index fc7715b..210c853 100644
--- a/src/Controller/BundleController.php
+++ b/src/Controller/BundleController.php
@@ -53,7 +53,7 @@ class BundleController extends ControllerBase {
     if (file_exists($file)) {
       header('Content-Description: File Transfer');
       header('Content-Type: application/octet-stream');
-      header('Content-Disposition: attachment; filename=' . basename($file));
+      header('Content-Disposition: inline; filename=' . basename($file));
       header('Expires: 0');
       header('Cache-Control: must-revalidate');
       header('Pragma: public');
