Jump to content

Anders Kim

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by Anders Kim

    1. Win11 build → refer: How to find the version of the operating system
      → Winver.png
    2. Name, version & patch(x)x = letter, of installed Kaspersky software → on the Windows taskbar or hidden icons, rightclick the Kaspersky icon, select About? see our exampleShow content

      → KAVVer.png

    3. Chrome version → chrome://settings/help ? 
      → ChromeVer.png
    4. chrome://extensions/  → Kaspersky Protection extension version ? 
      → KPVer.png
    5. Have the Kaspersky Settings been restored to Default
      → No, i don’t want.
    6. For Chrome browser, has a Reset & cleanup {  chrome://settings/reset  } been run ?
      → NO i don’t want
    7. Has the Kaspersky Protection extension been reinstalled
      → No, reinstall
      Just system format → Install KAV → Run chrome → KP Extension Use question? → i action,  “Yes” 
    8. What is the actual impact of the “JS windows.onload error”, what is it stopping? 
      → Web app, session base user login. session auto destroy delay.
      → actual impact? nothing. just Chrome Dev tool console error message.
      → stopping service or function? nothing.

       

     

    My system info

    Name :     KJYDEVELOP
    CPU :    Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz   2.90 GHz
    RAM    128GB

    System Type :    64bit OS, x64 base cpu
    Pen, Touch  :  Not exist, not support 
     

     

    Edition :    Windows 11 Pro
    Version :    21H2
    Setup Date :    ‎2022-‎01-‎27
    OS Build :    22000.493
    Experience :    Windows 기능 경험 팩 1000.22000.493.0
     

     

    Thank reply :)

  1. Hi 

    I view this JS Error.

     

    Chrome dev tool console

    Default.aspx:1 Error handling response: TypeError: Cannot read properties of undefined (reading 'isRedirected')
        at chrome-extension://ahkjpbeeocnddjkakilopmfdlnjdpcdm/snapshot/script.main.js:6518:35

     

    Unchecked runtime.lastError: The message port closed before a response was received.

     

    Chrome Extension Error Path click.

    > chrome-extension://ahkjpbeeocnddjkakilopmfdlnjdpcdm/snapshot/script.main.js:6518:35

    // ...

    })(KasperskyLab);
    KasperskyLab.AddRunner("wp", function(ns, session)
    {
    var Webpage = function()
    {
    var m_callFunction = ns.EmptyFunc;

    function OnPing()
    {
    return ns.MaxRequestDelay;
    }

    function isFrameRedirected(callback)
    {
    browsersApi.runtime.sendMessage({command: "isFrameRedirected"},
    function(response)
    {
    callback(response.isRedirected); // This Line 6518
    }
    );
    }

    // ...

    Web site source

    > /Lobby/Default.aspx

    ...

    <div style="display:none;">
    <iframe src="/Lobby/LongLiveSession/Default.aspx?rnd=404695.92362861" title="LongLiveSession" style="width:1px; height:1px;"></iframe>
    </div>

    ...

    > /Lobby/LongLiveSession/Default.aspx




    <!DOCTYPE html>

    <html>
    <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title> LongLiveSession </title>
    <script type="text/javascript">
    // window.onload this point
    window.onload = function() {
    setTimeout(
    function() {
    location.href = '/Lobby/LongLiveSession/Default.aspx?rnd=862638.424086682';
    },
    600000 // 10분
    );
    };
    </script>
    </head>
    <body>
    <h1>LongLiveSession</h1>
    </body>
    </html>

     

    Chrome Extenstion, Kaspersky Protection is disable after refresh “/Lobby/Default.aspx”.

    no display errror

    and enable after refresh.

    same error display. 

     

    thank yout

×
×
  • Create New...