Hacker News new | ask | show | jobs
by jgrahamc 3875 days ago
We're interested in making the Internet more secure. Go look at our history. Why would we not be thinking about ways to secure DNS etc. further?
1 comments

Well said!

I know one thing I would like is Cloudflare doing something magical with Sub Resource Integrity.

Maybe if the source HTML specifies a SRI string, check that the hash in the HTML matches the hash of the resource before allowing it in your cache for that website. If it doesn't match, don't cache that resource and don't serve it.

This would allow sites to enable and enforce SRI without browser support.