Reply to post: O RLY

Googlers hate it! This one weird trick lets websites dodge Chrome 76's defenses, detect you're in Incognito mode

ratfox
Holmes

O RLY

"The only way to prevent this attack is for both Incognito mode and normal mode to use the same storage medium, so that the API runs at the same speed regardless," Li wrote.

if (incognito_mode) { write_to_memory(); wait(10); } else { write_to_disk(); }

I'd write it properly on multiple lines, but the forum separates them into paragraphs.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon