Azure / Azure/azure-functions-host
HTTP response headers from Azure Functions should align with OWASP best-practices
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
## Scope
This question applies to a Function App running on a Windows App Service Plan.
On AppServices, we're able to modify the `web.config` to update response headers to meet the [OWASP Secure Headers](https://owasp.org/www-project-secure-headers/) recommendations. This is a corporate policy, and violdating it includes penalties "up to and including termination". I doubt anyone would actually be fired for this, but...
Can we access the web.config file to do the same on Azure Functions?
Contributor guide
Assessment
This issue has not been assessed yet.