aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/options.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-25 21:13:17 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-02 19:33:52 -0400
commit71471d08e56f1a2431e67d0439724cc52a1ea73e (patch)
treee6562c5418195c4254026f3a34c41bea2500c1a7 /ext/bg/js/options.js
parent3491affcf13ef10b78714d4955da6ee9aeb11457 (diff)
Add option to enable/disable scanning of source expressions in popups
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r--ext/bg/js/options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index 1b2d5e1a..df95aae9 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -221,6 +221,7 @@ function optionsSetDefaults(options) {
modifier: 'shift',
deepDomScan: false,
popupNestingMaxDepth: 0,
+ enableOnPopupExpressions: false,
enableOnSearchPage: true
},