-
Notifications
You must be signed in to change notification settings - Fork 7
Clash when snow protected page opens itself #81
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
<!-- https://wow.com/x.html -->
<script> SNOW(() => {}); </script>
<script> open('https://wow.com/x.html'); </script>- load
https://wow.com/x.html. - page runs Snow protection.
- page opens new window to
https://wow.com/x.htmland marks it. - opened page tries to run snow protection and to mark it, but fails because opener has marked it already.
- infinite loop.
This is tricky, how do i make the opened understand that it is Snow protected without an attacker being able to leverage that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working