ccarruitero / makemehapi

Self guided workshops to teach you about hapi.
https://www.npmjs.com/package/makemehapi
Other
480 stars 107 forks source link

Disable `confine` option in handling exercise #187

Closed fiveisprime closed 7 years ago

fiveisprime commented 7 years ago

The confine option defaults to true, which causes inert to return an HTTP 403 in some cases. This change explicitly sets the confine option to false when responding with a file.

Closes #185