Input field removing HTML tags when getting saved [closed]
I’m practicing XSS and there is one case where if I’m saving <script>alert(1)</script> the alert is popping up, but when it gets saved and I re-load the page I see only alert(1) and next refresh removes alert(1) also.
Is there … Continue reading Input field removing HTML tags when getting saved [closed]