TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

MDN tool that tells you of security gaps in your website

56 点作者 lilouartz10 个月前

8 条评论

account4210 个月前
This gives my website a C (50 &#x2F; 100) because:<p>Content Security Policy (CSP) −25<p>X-Content-Type-Options −5<p>X-Frame-Options −20<p>Yet it&#x27;s just a simple static website without scripts, cookies or any other dynamic content. If you need to specficy whatever random heades WHATWG comes up with each year for a static site to be secure then the problem is the browser not the website.<p>X-Content-Type-Options is in particular is 100% about browsers ignoring the spec and then making you set another header asking them to please reconsider.<p>Referer is another thing that should be 100% fixed on the browser side instead of each website asking the browser to please not leak information to other websites.<p>Then when you look at the scoring criteria [0] you see it even avards bonus points for setting cookies and using scripts as long as you do it in the currently fashionable way comapared to not using cookies&#x2F;scripts at all. This is absolutely the wrong way around.<p>[0] <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;observatory&#x2F;docs&#x2F;tests_and_scoring" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;observatory&#x2F;docs&#x2F;tests_a...</a>
rascul10 个月前
They removed features and made the URL worse.<p>Edit: Figured I should point out that the old one had TLS and SSH stuff also, and the URL was <a href="https:&#x2F;&#x2F;observatory.mozilla.org" rel="nofollow">https:&#x2F;&#x2F;observatory.mozilla.org</a>.
lilouartz10 个月前
Seems like this tool is a bit under the radar, but it was extremely useful in identifying obvious security gaps.
ziggyzecat10 个月前
I was about to look for tools like this one. Please share if you know of others. Thank you.
评论 #40881115 未加载
评论 #40881787 未加载
mediumsmart10 个月前
I got an F for a static site and upgraded it to A+ considering 120 but ultimately settling for a comfortable 110&#x2F;100 as good as it gets score. Thank you for this. <i>I had no idea</i>
cowboylowrez10 个月前
so my website pretty much is &quot;hi&quot; in index.html (two characters) and I got a &quot;D&quot;. so to help me understand how to hack this installation, how can I use the websites evaluation to hack into it so I can understand the exploitation of the security holes I have obviously left open? Is there any guidance here?
cqqxo4zV46cp10 个月前
This tool was posted on HN within the last few days.
评论 #40881625 未加载
hulitu10 个月前
Seeing Microsoft and security in the same sentence makes me suspicious. &#x2F;s