5 comments

  • stargrazer40 minutes ago
    So.. you&#x27;ve written up what you checked, and what didn&#x27;t match what ever criteria you had.<p>But.. what does it mean? Why enforce certain headers? Why enforce certain options? There is a section which kinda looks at this, but not really.<p>You have a bunch of links at the end for resources, but why not just provide the rationale for each rule or option inclusion in the article as well? What does each prevent or allow and why?
  • aetherspawn59 minutes ago
    It’s ridiculous that the answer to a secure web is for everyone to sprinkle the magic salt and not something on the browser side
    • rackcrunch37 minutes ago
      Referrer-Policy shows it can work. When the header is missing, browsers fall back to strict-origin-when-cross-origin. 86.6% of the sites we scanned don&#x27;t send it, and we didn&#x27;t count that as a failure for that reason. The other headers don&#x27;t have a safe default like that yet.
      • axospaxos27 minutes ago
        That sounds more like it is a condemnation of all these other headers that can&#x27;t work for 86.6% of sites by requiring nothing.
    • alserio45 minutes ago
      we&#x27;d need an epoch like reset to good defaults
      • aetherspawn34 minutes ago
        For important issues like security - just break the web, it will adjust.
  • GaProgMan53 minutes ago
    And if any of the websites use .NET, they can get almost all of the recommended security headers in one line by using a NuGet package I created: <a href="https:&#x2F;&#x2F;gaprogman.github.io&#x2F;OwaspHeaders.Core&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gaprogman.github.io&#x2F;OwaspHeaders.Core&#x2F;</a>
  • n4pw01f1 hour ago
    Nice work! You gave me something to fix!!
    • tumdum_59 minutes ago
      Sadly non of it was written by a human being.
      • rackcrunch25 minutes ago
        Fair. The study is backed by a human being who stands behind every number. And absolutely, use whatever tool you like.
    • rackcrunch37 minutes ago
      Thanks, glad it helped!
  • fitsumbelay38 minutes ago
    for static sites on a VPS it&#x27;s fair to expect the host to provision these, yes?