Security Report Summary
E
Site: | http://imgur.com/a/iwfravo - (Scan again over https) | ||
---|---|---|---|
IP Address: | 199.232.192.193 | ||
Report Time: | 06 Oct 2024 00:53:55 UTC | ||
Headers: |
|
||
Warning: | Grade capped at A, please see warnings below. | ||
Advanced: |
|
Missing Headers
Content-Security-Policy | Content Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets. |
---|---|
X-Content-Type-Options | X-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff". |
Referrer-Policy | Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. |
Permissions-Policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
Warnings
Site is using HTTP | This site was served over HTTP and did not redirect to HTTPS. |
---|---|
Response is not HTML | The content-type of the response does not indicate HTML. Not all headers, and therefore the score, may be appropriate. |
Status code indicates error | The status code of the response indicates an error. Not all headers may be set when the response is an error. |
Raw Headers
HTTP/1.1 | 429 Unknown Error |
---|---|
Connection | close |
Content-Length | 109 |
Retry-After | 0 |
Content-Type | application/json |
Cache-Control | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
Accept-Ranges | bytes |
Date | Sun, 06 Oct 2024 00:53:54 GMT |
X-Served-By | cache-sjc1000118-SJC |
X-Cache | MISS |
X-Cache-Hits | 0 |
Server | cat factory 1.0 |
Strict-Transport-Security | max-age=300 |
X-Frame-Options | DENY |
Access-Control-Allow-Origin | https://imgur.com |
Access-Control-Allow-Credentials | false |
Upcoming Headers
Cross-Origin-Embedder-Policy | Cross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP. |
---|---|
Cross-Origin-Opener-Policy | Cross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser. |
Cross-Origin-Resource-Policy | Cross-Origin Resource Policy allows a resource owner to specify who can load the resource. |
Additional Information
Server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |
---|---|
Strict-Transport-Security | HTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS. That said, the HSTS header must not be returned over a HTTP connection, only HTTPS. |
X-Frame-Options | X-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking. |
Access-Control-Allow-Origin | The Access-Control-Allow-Origin header is used to configure CORS. |