Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Enable showIframePopupsInRootFrame by default for new installs (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread authored Apr 27, 2021
1 parent 38ed4dc commit 59f788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/data/schemas/options-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
},
"showIframePopupsInRootFrame": {
"type": "boolean",
"default": false
"default": true
},
"useSecurePopupFrameUrl": {
"type": "boolean",
Expand Down

0 comments on commit 59f788b

Please sign in to comment.