mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

fix: sanitize URLs with vbscript: The vbscript: protocols can be used to run scripts in much the same way as the javascript: protocol. This PR adds in validation for those aforementioned protocols in snapshotterInjected.ts and snapshotRenderer.ts.