Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2024.3 #798

Merged
merged 11 commits into from
Dec 17, 2024
Prev Previous commit
Next Next commit
test/nginx: remove misleading comment (#839)
This comment was merged as part of #809, but was not correct by the time the PR was merged.
  • Loading branch information
alxndrsn authored Dec 10, 2024
commit 20878c7ffe3b92a2b9f35bb253e6043e5ddba67b
1 change: 0 additions & 1 deletion test/test-nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ async function resetMock(port) {
//
// 1. do not follow redirects
// 2. allow overriding of fetch's "forbidden" headers: https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name
// 3. allow access to server SSL certificate
function request(url, { body, ...options }={}) {
if(!options.headers) options.headers = {};
if(!options.headers.host) options.headers.host = 'odk-nginx.example.test';
Expand Down
Loading