diff options
Diffstat (limited to 'ext/fg/js/content-script-main.js')
-rw-r--r-- | ext/fg/js/content-script-main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/content-script-main.js b/ext/fg/js/content-script-main.js index 84e78392..a427d10f 100644 --- a/ext/fg/js/content-script-main.js +++ b/ext/fg/js/content-script-main.js @@ -41,7 +41,7 @@ parentPopupId: null, parentFrameId: null, useProxyPopup: false, - isSearchPage: false, + pageType: 'web', allowRootFramePopupProxy: true }); await frontend.prepare(); |