From 59f788be395145a5a350bb361cc70a90830f1f5f Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 26 Apr 2021 20:07:27 -0400 Subject: [PATCH] Enable showIframePopupsInRootFrame by default for new installs (#1630) --- ext/data/schemas/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",