Skip to content

Commit

Permalink
no dir listings
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 28, 2023
1 parent c2fde54 commit 81b1dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpd.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ httpd((req, headers) => {

return new Response('', { headers })
}
}, { cors: false })
}, { cors: false, ls: false })

0 comments on commit 81b1dd8

Please sign in to comment.