• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    New Opera 64.0.3417.54 problem with F-secure Browsing protection at google.com search

    Opera for Windows
    3
    18
    4424
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • burnout426
      burnout426 Volunteer last edited by burnout426

      Okay. I have F-Secure Safe installed (free trial) on Windows 10. It automatically installed the extension in Chrome. I tested it on google.com and yahoo.com. In the search results next to each result, I see a green check saying that the link is secure.

      Now, for Opera, F-Secure Safe doesn't automatically install the extension. I had to go to the link and install it myself. I do so and allowed the extension to access search page results. However, no matter what I try, I don't get any green checks on Google and Yahoo search page results. It's as if the extension isn't really working in Opera.

      Just for kicks, I uninstalled the extension in Opera and switched to developer mode in opera://extensions and chose to load the unpacked version of the extension from Chrome's profile folder (that F-Secure placed there). Onload of the extension that way, there's an error:

      Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
      Context
      _generated_background_page.html
      Stack Trace
      background.js:142 (sendHttpsscanQuery)
      

      The function in question is:

      function sendHttpsscanQuery(scanQuery, async, asyncFunc) {
          asyncFunc = asyncFunc || null;
      
          if (cooldown) {
              return null;
          }
      
          try {
              var srvurl = FS_SERVICE_URL + "/httpsscan";
              var xhr = new XMLHttpRequest();
      
              xhr.open("POST", srvurl, async);
              xhr.setRequestHeader("Content-Type", "text/plain");
      
              var content = JSON.stringify(scanQuery);
      
              log.debug("Sending " + content + " to: " + srvurl);
      
              if (async === true && asyncFunc !== null) {
                  xhr.onreadystatechange = function() {
                      asyncFunc(xhr);
                  }
              }
      
              xhr.send(content);
      
              return xhr;
          } catch (e) {
              log.exception(e);
      
              log.debug("Cooldown for " + cooldownInterval + "ms");
      
              cooldown = true;
      
              setTimeout(function () {
                  cooldown = false;
                  log.debug("Cooldown over");
              }, cooldownInterval);
      
              if (cooldownInterval < FS_COOLDOWN_MAX) {
                  cooldownInterval *= 2;
              }
          }
      
          return null;
      }
      

      and line 142 in the error is the xhr.open() line.

      That was all in Opera 64. I tried Opera 63 and Opera 58 and Opera 66. All had the same results. The extension doesn't work.

      😞

      Reply Quote 1
        sigsauer 1 Reply Last reply
      • sigsauer
        sigsauer @burnout426 last edited by

        @burnout426 Thank you very much for all your effort and commitment. On Opera 63 works fine in my case. As already denied the old versions of Opera. I have not experienced any problems. Incidentally, even with Opera 64 it works but as already explained google search only once on first opened tabs I can not understand but on a new tabs again google search this time does not work anymore.
        Result:
        Regrettably, this technical problematic is undoubtedly the latest version of the opera 64, as you have already tried! I just do not know what was changed in the Opera 64 as changelog, which has caused this problem. Apparently there is a serious compability problem between Opera 64 and F-Secure Browsing Protection. I hope on the next Opera 64 buildingXYz this problem will be overcome. I wish you all the best.

        PS: I wrote this text in german using the google translate.

        Reply Quote 0
          1 Reply Last reply
        • burnout426
          burnout426 Volunteer last edited by

          Try this. Download the Opera 64 installer, launch it, click "options", set "install path" to a folder named "Opera Test" on your desktop, set "install for" to "standalone installation", uncheck "import data from default browser" and install. In that Opera, add the extension and see how it works there. Don't install any other extensions and don't enable Opera Sync there.

          Any difference?

          Reply Quote 0
            sigsauer 1 Reply Last reply
          • sigsauer
            sigsauer @burnout426 last edited by leocg

            @burnout426 Why didn't you try it on other old opera versions? Read option 4) you didn't click there!

            1. Install Chrome Extensions manual for Opera
              https://addons.opera.com/en/extensions/details/install-chrome-extensions/

            2. Install Browsing Protection by F-Secure
              in https://chrome.google.com/webstore/detail/browsing-protection-by-f/jmjjnhpacphpjmnnlnccpfmhkcloaa

            3. F-Secure safe trial install

            Notice Here!

            1. Opera: // Open extensions.
              Browsing Protection by F-Secure
              plugins-Details

            Click '' Allow access to search page results ''.

            google.com search page Opera 63 and older versions you'll see that works smoothly! As I mentioned, opera 64 also only works when you first google search, which is strange when a new tab opens google search does not work!?!

            Reply Quote 0
              burnout426 1 Reply Last reply
            • burnout426
              burnout426 Volunteer @sigsauer last edited by burnout426

              @sigsauer said in New Opera 64.0.3417.54 problem with F-secure Browsing protection at google.com search:

              Why didn't you try it on other old opera versions?

              At the bottom of this comment I mentioned that I tried things in 58, 63 and 66. I also mentioned (higher up in that post) there that I allowed the extension access to search page results.

              Reply Quote 0
                sigsauer 1 Reply Last reply
              • sigsauer
                sigsauer @burnout426 last edited by

                @burnout426 Thank you for your recent suggestion but will not follow. Until Opera Browser appears in a normal way a new version, I stay with the Opera 63 so I can live and tolerate until then. Thanks again for your effort.

                Reply Quote 1
                  1 Reply Last reply
                • burnout426
                  burnout426 Volunteer last edited by

                  It's up to you of course. It would just rule out issues with your profile, if any.

                  Reply Quote 0
                    sigsauer 2 Replies Last reply
                  • sigsauer
                    sigsauer @burnout426 last edited by

                    @burnout426 There are 5 PCs and Notebooks in the house, all of which have F-Secure Safe installed and Browsing Protection by F-secure plug-in installed and all versions of Opera are running smoothly except for 64! If the installation is still in progress, google.com search and not others, for example, try google.de or google.com.uk suddenly will be working.

                    To summarize, I have tried all of the other versions of Opera 64 related to this technical problem one by one and there is no problem.

                    Reply Quote 0
                      1 Reply Last reply
                    • sigsauer
                      sigsauer @burnout426 last edited by

                      @burnout426 From my point of view, I consider this problem as settled. Thank you for everything.

                      Reply Quote 1
                        1 Reply Last reply
                      • sigsauer
                        sigsauer @leocg last edited by This post is deleted!
                        Reply Quote 0
                          sigsauer 1 Reply Last reply
                        • sigsauer
                          sigsauer @sigsauer last edited by This post is deleted!
                          Reply Quote 0
                            1 Reply Last reply
                          • sigsauer
                            sigsauer @leocg last edited by

                            @leocg After my several attempts, I finally discovered that this issue causes speed-dial, even if I open a new tab myself and even type the text so google.search works with the above extensions without any problems, but probably when I google. search via speed-dial open does not work with extensions. This all proves Opera 64 has a serious problem speed-dial Unfortunately, speed dial for whatever reason has been destabilized and causes these unpleasant problems! I hope the tech. Attention specialists and responsible people of Opera and speed-dial in order.

                            Reply Quote 0
                              1 Reply Last reply
                            • burnout426
                              burnout426 Volunteer last edited by

                              I don't think it'll help, but pass this switch to Opera's launcher.exe when you start Opera to see if there's any difference.

                              Reply Quote 0
                                1 Reply Last reply
                              • Referenced by  burnout426 burnout426 
                              • Referenced by  burnout426 burnout426 
                              • First post
                                Last post

                              Computer browsers

                              • Opera for Windows
                              • Opera for Mac
                              • Opera for Linux
                              • Opera beta version
                              • Opera USB

                              Mobile browsers

                              • Opera for Android
                              • Opera Mini
                              • Opera Touch
                              • Opera for basic phones

                              • Add-ons
                              • Opera account
                              • Wallpapers
                              • Opera Ads

                              • Help & support
                              • Opera blogs
                              • Opera forums
                              • Dev.Opera

                              • Security
                              • Privacy
                              • Cookies Policy
                              • EULA
                              • Terms of Service

                              • About Opera
                              • Press info
                              • Jobs
                              • Investors
                              • Become a partner
                              • Contact us

                              Follow Opera

                              • Opera - Facebook
                              • Opera - Twitter
                              • Opera - YouTube
                              • Opera - LinkedIn
                              • Opera - Instagram

                              © Opera Software 1995-