Blossomblossom.hashnode.dev·Oct 4, 2023Data Storage on the client side: local storage and session storageFirst, questions - why do local storage and session storage exist? What problem do they aim to solve? Imagine you're browsing an online shopping website like Amazon for example, and you have put some items in your shopping cart. As you surf around, y...1 like·34 readsfrontend conceptsClient-Side Security
Yaswanth Gosulayg.hashnode.dev·Jun 16, 2023Unveiling JavaScript's Sneaky Redirect Vulnerability: Can You Spot the Threat?Introduction Get ready for an exciting journey into the world of JavaScript! Today, we unveil a cunning exploit that could compromise your online adventures. It's time to put your web security skills to the test as we present a code snippet hiding a ...54 readsJavaScript