Why your website should work without Javascript. | endtimes.dev
The obvious answer to why you should build a website that doesn’t need
js
is… because some people don’t usejs
. But how many?!
The obvious answer to why you should build a website that doesn’t need
js
is… because some people don’t usejs
. But how many?!
Prompted by my article on third-party code, here’s a recommendation to ditch any embeds on your website.
Laura and I are on the same page here.
Chris is doing another end-of-year roundup. This time the prompt is “What is one thing people can do to make their website bettter?”
This is my response.
I’d like to tell you something not to do to make your website better. Don’t add any third-party scripts to your site.
Tess calls for more precise language—like “site” and “origin”—when talking about browsers and resources:
When talking about web features with security or privacy impact, folks often talk about “first parties” and “third parties”. Everyone sort of knows what we mean when we use these terms, but it turns out that we often mean different things, and what we each think these terms mean usually doesn’t map cleanly onto the technical mechanisms browsers actually use to distinguish different actors for security or privacy purposes.
Personally, rather than say “third-party JavaScript”, I prefer the more squirm-inducing and brutually honest phrase “other people’s JavaScript”.
It should be safe to visit a web page.
What would the repercussions be if browsers were to tweak some of their default behaviours?
Whatever happened to Mozilla’s stated policy of restricting new CSS properties to HTTPS?
Changing defaults in browsers …someday.