puppeteer/test/assets/csp.html
Andrey Lushnikov 4663b43a62
test: add test on Page.evaluateOnNewDocument with CSP (#2319)
This patch adds a test that Page.evaluateOnNewDocument works
with CSP: there's been some concerns on the bugtracker before.

References #1229
2018-04-05 23:40:14 -07:00

2 lines
73 B
HTML

<meta http-equiv="Content-Security-Policy" content="default-src 'self'">