playwright/packages/playwright-core
Elijah dbc2494e54
fix: sanitize URLs with vbscript: (#14325)
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.
2022-06-02 12:25:59 -07:00
..
bin fix: proper chrome-beta channel installation on MacOS (#11973) 2022-02-09 11:28:51 -08:00
bundles feat(plugins): expose suite to plugin setup (#13807) 2022-04-28 08:16:17 -07:00
src fix: sanitize URLs with vbscript: (#14325) 2022-06-02 12:25:59 -07:00
types feat(chromium): roll to r1008 (#14448) 2022-05-30 15:04:05 +02:00
.npmignore chore: babel, expect, zip bundles (#13588) 2022-04-18 11:31:58 -07:00
browsers.json feat(chromium-tip-of-tree): roll to r1012 (#14581) 2022-06-02 18:23:52 +02:00
cli.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json fix(ts): export types explicitly (#14428) 2022-05-26 13:09:32 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: produce meaningful bundle notice diffs (#14396) 2022-05-24 22:19:54 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.