diff --git a/app/assets/templates/directives/component-view.pug b/app/assets/templates/directives/component-view.pug index 59a8a388d9e..610e2ab02a5 100644 --- a/app/assets/templates/directives/component-view.pug +++ b/app/assets/templates/directives/component-view.pug @@ -89,7 +89,7 @@ iframe( ng-attr-id='component-iframe-{{ctrl.component.uuid}}', ng-if='ctrl.component && ctrl.componentValid', ng-src='{{ctrl.getUrl() | trusted}}', - sandbox='allow-scripts allow-top-navigation-by-user-activation allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-modals allow-forms' + sandbox='allow-scripts allow-top-navigation-by-user-activation allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-modals allow-forms allow-downloads' ) | Loading .loading-overlay(ng-if='ctrl.loading')