# humble (HTTP Headers Analyzer)
# https://github.com/rfc-st/humble/
#
# MIT License
#
# Copyright (c) 2020-2023 Rafa 'Bluesman' Faura (rafael.fcucalon@gmail.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

[Amazon AWS]
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/example-function-add-security-headers.html
https://dev.to/kumo/deliver-perfect-http-security-headers-with-aws-cloudfront-4din

[Apache HTTP Server]
https://htaccessbook.com/important-security-headers/
https://geekflare.com/apache-web-server-hardening-security/
https://www.adminbyaccident.com/security/how-to-harden-apache-http/
https://www.digitalocean.com/community/tutorials/recommended-steps-to-harden-apache-http-on-freebsd-12-0

[Cloudflare]
https://jarv.is/notes/security-headers-cloudflare-workers/
https://blog.headforcloud.com/2020/06/26/static-hosting-cf-workers/

[LiteSpeed Web Server]
https://www.litespeedtech.com/docs/webserver/config/security
https://docs.litespeedtech.com/lsws/cp/cpanel/tunings/

[Microsoft Internet Information Services]
https://geekflare.com/http-header-implementation/
https://www.ryadel.com/en/iis-web-config-secure-http-response-headers-pass-securityheaders-io-scan/
https://beaglesecurity.com/blog/article/hardening-server-security-by-implementing-security-headers.html

[Nginx]
https://www.acunetix.com/blog/web-security-zone/hardening-nginx/
https://www.getpagespeed.com/server-setup/nginx-security-headers-the-right-way

[Node.js]
https://cheatsheetseries.owasp.org/cheatsheets/Nodejs_Security_Cheat_Sheet.html
https://blog.logrocket.com/using-helmet-node-js-secure-application/
https://blog.risingstack.com/node-js-security-checklist/
