diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-15 20:23:25 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-15 20:23:25 -0400 |
commit | 16521fec935845828b7e08baf1668657bb5a7cef (patch) | |
tree | 6c965bf0e8962684f08e89f0c87fe595a6727bb2 /ext/fg/js/popup-nested.js | |
parent | 099909287f23bbc9e2deee2e4cd8cf9b17c88618 (diff) |
Assign first popup on the search page as a depth of 1
Diffstat (limited to 'ext/fg/js/popup-nested.js')
-rw-r--r-- | ext/fg/js/popup-nested.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup-nested.js b/ext/fg/js/popup-nested.js index f7309466..cec95aea 100644 --- a/ext/fg/js/popup-nested.js +++ b/ext/fg/js/popup-nested.js @@ -35,7 +35,7 @@ async function popupNestedInitialize(id, depth, parentFrameId, url) { const ignoreNodes = options.scanning.enableOnPopupExpressions ? [] : [ '.expression', '.expression *' ]; - window.frontendInitializationData = {id, depth, parentFrameId, ignoreNodes, url}; + window.frontendInitializationData = {id, depth, parentFrameId, ignoreNodes, url, proxy: true}; const scriptSrcs = [ '/fg/js/frontend-api-sender.js', |