diff options
Diffstat (limited to 'ext/bg/js/search-frontend.js')
| -rw-r--r-- | ext/bg/js/search-frontend.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js index f55f06e6..b21dac17 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -25,6 +25,8 @@ async function searchFrontendSetup() {      const options = await apiOptionsGet(optionsContext);      if (!options.scanning.enableOnSearchPage) { return; } +    window.frontendInitializationData = {depth: 1, proxy: false}; +      const scriptSrcs = [          '/fg/js/frontend-api-receiver.js',          '/fg/js/popup.js', |