You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I was wondering if Expect-CT should apply to all responses (if served over HTTPS) and not only text/html responses, so I used the search bar and found nothing.
Then to try out the search capabilities I searched for x-frame-options and that entire list shows links to documentation on x-content-type-options, however as I used the webhint-scanner earlier I know that x-frame-options is considered in the checks so it was just a matter of actually finding the documentation on it.
It'd be helpful if there could be improvements in this area, having the webhint.io scanner telling you that you did something wrong and how to fix it is great, amazing in fact! But being able to find documentation beforehand during development would be too.
The text was updated successfully, but these errors were encountered:
You are right, we should do better in this area. We are using algolia and basically use the defaults of the service for indexing and showing results. We should look into the documentation to see what can be done.
Initially I was wondering if
Expect-CT
should apply to all responses (if served over HTTPS) and not onlytext/html
responses, so I used the search bar and found nothing.Then to try out the search capabilities I searched for
x-frame-options
and that entire list shows links to documentation onx-content-type-options
, however as I used the webhint-scanner earlier I know thatx-frame-options
is considered in the checks so it was just a matter of actually finding the documentation on it.It'd be helpful if there could be improvements in this area, having the webhint.io scanner telling you that you did something wrong and how to fix it is great, amazing in fact! But being able to find documentation beforehand during development would be too.
The text was updated successfully, but these errors were encountered: