Skip to content

Commit

Permalink
fix: add flag to sandbox so that action bar can save notes in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ningsongshen committed Jun 24, 2020
1 parent 964c6f1 commit 80b4b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/templates/directives/component-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 80b4b53

Please sign in to comment.