Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    250comments
  2. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    58comments
  3. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    75comments
  4. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    138comments
  5. Fearless SIMD v1.0 (linebender.org)
    28comments
  6. 2DWillNeverDie (2dwillneverdie.com)
    7comments
  7. Rails World 2026 Opening Keynote [video] (youtube.com)
    227comments
  8. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    82comments
  9. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    25comments
  10. Toyota is taking the Corolla electric (electrek.co)
    270comments
  11. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    9comments
  12. Back and shoulder surgery is often worse than useless (economist.com)
    26comments
  13. GitLab Outage (status.gitlab.com)
    11comments
  14. California is chasing wealth that has feet (landeconomics.org)
    287comments
  15. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    172comments
  16. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    23comments
  17. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  18. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    9comments
  19. The Board Game of the Alpha Nerds (2014) (grantland.com)
    17comments
  20. Two-tier encryption in the UK (macanorak.com)
    362comments
  21. Motor Characterization for Small Running Robots (2016) (robot-daycare.com)
    —discuss
  22. Security auditing in the age of (good enough) AI (trailofbits.com)
    2comments
  23. The forgotten battle of East Lansing (eastlansinginfo.news)
    12comments
  24. Geothermal heat map of US hot springs (soakingsprings.com)
    32comments
  25. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    5comments
  26. Early rogue AI agent activity and attempts to hack found on urlquery.net (transluce.org)
    225comments
  27. International observers to investigate Swedish election fraud (tv4.se)
    17comments
  28. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    14comments
  29. Tutoring company tells parents to save their money and 'use AI instead' (afr.com)
    117comments
  30. Opus 5.5 is good at explainer videos (launchvideo.io)
    80comments

Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria

15 pointsby 3h agorackcrunch.com
14 comments
2h agoHN ↗

Nice work! You gave me something to fix!!

2h agoHN ↗

Sadly non of it was written by a human being.

2h agoHN ↗

Fair. The study is backed by a human being who stands behind every number. And absolutely, use whatever tool you like.

2h agoHN ↗

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

2h agoHN ↗

we'd need an epoch like reset to good defaults

2h agoHN ↗

For important issues like security - just break the web, it will adjust.

36m agoHN ↗

PoC? HN would be a great place to show one.

2h agoHN ↗

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't send it, and we didn't count that as a failure for that reason. The other headers don't have a safe default like that yet.

2h agoHN ↗

That sounds more like it is a condemnation of all these other headers that can't work for 86.6% of sites by requiring nothing.

2h agoHN ↗

So.. you've written up what you checked, and what didn't match what ever criteria you had.

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.

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?

2h agoHN ↗

for static sites on a VPS it's fair to expect the host to provision these, yes?

2m agoHN ↗

No, not for a VPS. They are configured at the web server. If you mean CDN, you might be able to use a _headers file or similar to add. Cloudflare can definitely do it.