summaryrefslogtreecommitdiff
path: root/ext/data
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-04-26 20:07:27 -0400
committerGitHub <noreply@github.com>2021-04-26 20:07:27 -0400
commit59f788be395145a5a350bb361cc70a90830f1f5f (patch)
treeb71f477553b7e5936bcef8237dbcede34a047f0c /ext/data
parent38ed4dc5c71b51f117fe78a3d4b2bbb0171aaec6 (diff)
Enable showIframePopupsInRootFrame by default for new installs (#1630)
Diffstat (limited to 'ext/data')
-rw-r--r--ext/data/schemas/options-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index ad6fb869..5ec54b86 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -245,7 +245,7 @@
},
"showIframePopupsInRootFrame": {
"type": "boolean",
- "default": false
+ "default": true
},
"useSecurePopupFrameUrl": {
"type": "boolean",