79302707

Date: 2024-12-23 09:45:58
Score: 2
Natty:
Report link

I found out that I need to add a strict content security policy in the nginx.conf to enforce HTTPS:

add_header Content-Security-Policy "upgrade-insecure-requests";
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Milos Stankovic