diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-06-22 19:26:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 19:26:59 -0400 |
commit | 65c41975a6dca0610c7dc4454ece9534f3636893 (patch) | |
tree | 76a3a3ae056d68577f05b34d4ed95cca1dd66e04 /ext/bg/js | |
parent | f2991fb9ee8e83738b726eb558af992f4bb5d9dc (diff) |
Secure popup frame url changes (#622)
* Throw error if options is not ready
* Remove id
* Change unsecurePopupFrameUrl to useSecurePopupFrameUrl
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 170e4799..151c945b 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -177,7 +177,7 @@ function profileOptionsCreateDefaults() { showPitchAccentPositionNotation: true, showPitchAccentGraph: false, showIframePopupsInRootFrame: false, - unsecurePopupFrameUrl: false + useSecurePopupFrameUrl: true }, audio: { |