Skip to content

Commit

Permalink
fix(framemanager): COMUI-460 - Added new default to sandbox attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dingley-Genesys committed Apr 13, 2021
1 parent 543a8d1 commit de42224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FrameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ frame-router iframe {

/** @internal default iframe sandbox attributes */
const DEFAULT_SANDBOX = [
'allow-popups-to-escape-sandbox',
'allow-scripts',
'allow-same-origin',
'allow-modals',
Expand Down

0 comments on commit de42224

Please sign in to comment.