Security Report Summary
A
Site: | https://qa.reeplee.ai/ | ||
---|---|---|---|
IP Address: | 2600:9000:2804:e400:17:a2d:3940:93a1 | ||
Report Time: | 10 Sep 2024 14:06:43 UTC | ||
Headers: |
|
||
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. |
---|
Raw Headers
HTTP/2 | 200 |
---|---|
content-type | text/html; charset=utf-8 |
date | Tue, 10 Sep 2024 14:06:43 GMT |
vary | Accept-Encoding |
content-encoding | gzip |
x-powered-by | Express |
accept-ranges | bytes |
etag | W/"91b-/r8wDgdWElASzQEp9h39G9rx8vU" |
x-cache | Miss from cloudfront |
via | 1.1 cd9dfd48b369b37101013b6f77a00d36.cloudfront.net (CloudFront) |
x-amz-cf-pop | SFO5-P3 |
x-amz-cf-id | NZvdkiHUYl-6gtL2qF5Zy5btAO-yirbrMbZsie7nVK4XD7Xs4sT-0A== |
x-frame-options | DENY |
referrer-policy | strict-origin-when-cross-origin |
x-content-type-options | nosniff |
strict-transport-security | max-age=31536000; includeSubDomains; preload |
permissions-policy | camera=(), microphone=(), geolocation=(), autoplay=(self), fullscreen=(self), payment=() |
vary | Origin |
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
x-powered-by | X-Powered-By can usually be seen with values like "PHP/5.5.9-1ubuntu4.5" or "ASP.NET". Trying to minimise the amount of information you give out about your server is a good idea. This header should be removed or the value changed. |
---|---|
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. |
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. |
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". |
strict-transport-security | HTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS. |
permissions-policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |