fix: add flag to sandbox so that action bar can save notes in chrome

This commit is contained in:
Ningsong Shen
2020-06-24 15:09:35 -04:00
parent 964c6f1357
commit 80b4b530ee

View File

@@ -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')