Skip to content

Commit

Permalink
feat(visualizer-connector): allow popups in iframe sandbox (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerydluski authored Jan 22, 2025
1 parent 7215ccd commit 09fab2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/visualizer-connector/src/lib/VisualizerConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class VisualizerConnector {
iframe.sandbox.add('allow-modals');
iframe.sandbox.add('allow-forms');
iframe.sandbox.add('allow-downloads');
iframe.sandbox.add('allow-popups');

iframe.style.height = '100%';
iframe.style.width = '100%';
Expand Down

0 comments on commit 09fab2c

Please sign in to comment.