Shazzer had an interesting bug. I write to a blob URL thats sandboxed but because its a blob URL it breaks relative URLs which means vectors with them would return false negatives. The fix was: use a base tag to change the domain. This fixes vectors like:
| My web site | https://garethheyes.co.uk/ |
| PortSwigger Research | https://portswigger.net/research |
| Github | https://github.com/hackvertor/ |
| My blog | http://www.thespanner.co.uk/ |
| JavaScript for hackers | https://leanpub.com/javascriptforhackers/ |




