Anders Kim
-
Posts
2 -
Joined
-
Last visited
Never
Posts posted by Anders Kim
-
-
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:35Unchecked 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
Chrome Dev Console: Kaspersky Protection - JS windows onload error
in Kaspersky Anti-Virus
Posted
→ Winver.png
→ KAVVer.png
→ ChromeVer.png
→ KPVer.png
→ No, i don’t want.
→ NO i don’t want
→ No, reinstall
Just system format → Install KAV → Run chrome → KP Extension Use question? → i action, “Yes”
→ 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 :)