Hacker News

Top stories

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

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

16 pointsby 4h agorackcrunch.com
14 comments
3h agoHN ↗

Nice work! You gave me something to fix!!

3h 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.

3h 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

3h 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.

1h 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?

43m 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.