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/js | |
parent | 9e28db6ef7df990ee035b5e191727f8c0d3d3139 (diff) |
Add option to use the unsecure frame URL (#618)
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/options.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 35fdde82..97368a0b 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -176,7 +176,8 @@ function profileOptionsCreateDefaults() { showPitchAccentDownstepNotation: true, showPitchAccentPositionNotation: true, showPitchAccentGraph: false, - showIframePopupsInRootFrame: false + showIframePopupsInRootFrame: false, + unsecurePopupFrameUrl: false }, audio: { |