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/settings.html | |
parent | 9e28db6ef7df990ee035b5e191727f8c0d3d3139 (diff) |
Add option to use the unsecure frame URL (#618)
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index a530534c..118a13b9 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -183,6 +183,10 @@ </div> <div class="checkbox options-advanced"> + <label><input type="checkbox" id="show-iframe-popups-in-root-frame" data-setting="general.unsecurePopupFrameUrl"> Use unsecure popup frame URL</label> + </div> + + <div class="checkbox options-advanced"> <label><input type="checkbox" id="show-debug-info" data-setting="general.debugInfo" data-transform-pre="setDocumentAttribute" data-transform-post="setDocumentAttribute" data-document-attribute="data-options-general-debug-info"> Show debug information</label> </div> |