mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
feat: Chromium underlying requests are not tested againt the allow/deny lists
This commit is contained in:
10
test/testdata/chromium/html/sample3/index.html
vendored
Normal file
10
test/testdata/chromium/html/sample3/index.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Gutenberg</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='file:///etc/passwd'></iframe>
|
||||
</body>
|
||||
</html>
|
||||
10
test/testdata/chromium/html/sample4/index.html
vendored
Normal file
10
test/testdata/chromium/html/sample4/index.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Gutenberg</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello, world!</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user