This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
045ed9530d
puppeteer
/
test
/
assets
/
csp.html
3 lines
89 B
HTML
Raw
Normal View
History
Unescape
Escape
test: do not use quirks mode for test files (#11930)
2024-02-16 08:14:17 +00:00
<!DOCTYPE html>
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-06 06:40:14 +00:00
<
meta
http-equiv
=
"Content-Security-Policy"
content
=
"default-src 'self'"
>
Reference in New Issue
Copy Permalink