Skip to content

Commit be5d1f8

Browse files
committed
Don't use proxy for cors test
1 parent 340b125 commit be5d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/images/cross-origin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>External content tests</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<script>
7-
h2cOptions = {useCORS: true};
7+
h2cOptions = {useCORS: true, proxy: null};
88
</script>
99
<script type="text/javascript" src="../../test.js"></script>
1010
</head>

0 commit comments

Comments
 (0)