cure53 / HTTPLeaks

HTTPLeaks - All possible ways, a website can leak HTTP requests
BSD 2-Clause "Simplified" License
1.96k stars 200 forks source link

js leaks missing #34

Open weizman opened 3 years ago

weizman commented 3 years ago

not necessarily an issue, maybe more of a question: why aren't there any JS examples? mapping those might be important too, in order to have an inclusive documentation of all http leaks. meaning, the following can count as an http leak after all:

<script>
  fetch('https://leaked.com');
</script>

any thoughts? @cure53

cure53 commented 1 year ago

Heya, sorry for a late reply :D Technically, that would be useful - but I wonder how many there are. Do you know of any comprehensive list?