gooderp_addons
gooderp_addons copied to clipboard
fix: fix bug on check vulnerable browser
Hey @GalliumWang, can you explain the bug?
Hey @GalliumWang, can you explain the bug?
with the underlined check statement, the second else statement will never be excuted, which is used for checking browsers that not vulnerable to this favicon attack.
Hey @GalliumWang, can you explain the bug?
Maybe line 369 should be if (identifier !== MaxN) {
You are right, I will check this out if I got some time. I'm pretty sure I've added the identifier === 0
-check to fix some other bug that happened with Safari that time.