diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-06-21 15:52:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 15:52:43 -0400 |
commit | 3db7b3a92569e2789776480e776f454d084091d9 (patch) | |
tree | cd3b3f00ecd1941758b04e4ac4bdf85bab77e63e /ext/bg/data | |
parent | 9e28db6ef7df990ee035b5e191727f8c0d3d3139 (diff) |
Add option to use the unsecure frame URL (#618)
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/options-schema.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 656da989..0379fa75 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -109,7 +109,8 @@ "showPitchAccentDownstepNotation", "showPitchAccentPositionNotation", "showPitchAccentGraph", - "showIframePopupsInRootFrame" + "showIframePopupsInRootFrame", + "unsecurePopupFrameUrl" ], "properties": { "enable": { @@ -247,6 +248,10 @@ "showIframePopupsInRootFrame": { "type": "boolean", "default": false + }, + "unsecurePopupFrameUrl": { + "type": "boolean", + "default": false } } }, |