Security Report Summary
C
Site: | https://www.xing.com/profile/Asghar_Hutwani | ||
---|---|---|---|
IP Address: | 109.233.159.64 | ||
Report Time: | 07 Feb 2025 18:13:41 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. |
---|---|
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. Recommended value "X-Frame-Options: SAMEORIGIN". |
Permissions-Policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
Raw Headers
HTTP/2 | 200 |
---|---|
date | Fri, 07 Feb 2025 18:13:41 GMT |
content-type | text/html |
origin-agent-cluster | ?1 |
referrer-policy | strict-origin-when-cross-origin |
strict-transport-security | max-age=15552000; includeSubDomains |
x-content-type-options | nosniff |
x-dns-prefetch-control | off |
x-download-options | noopen |
x-permitted-cross-domain-policies | none |
cache-control | no-store, max-age=0, must-revalidate |
expires | 0 |
pragma | no-cache |
surrogate-control | no-store |
x-logjam-request-id | crate-production-c3b6f59e168a4a568acb35763892a695 |
x-logjam-request-action | profile::*splat#get |
content-language | en |
link | <https://static.xingcdn.com/crate/runtime/manifest-0ea9571741bfff8bc9a6ee470173bb037a35ef39.json>; rel=preload; as=fetch; crossorigin |
link | <https://stan.xing.com>; rel=preconnect |
set-cookie | xing_csrf_token=2WDtCYz0K2UrGfRUN_A0pTK3nzA5NIvq; Path=/; Secure; SameSite=Lax |
set-cookie | xing_csrf_checksum=v0sjbav4yCfhEUkJsQPkVL6op_ufUAYM_x3JJraZBbU; Path=/; HttpOnly; Secure; SameSite=Lax |
set-cookie | visitor_id=efbe78a2-6f2c-4cb5-bf45-6a260f751096; Max-Age=63072000000; Domain=xing.com; Path=/; HttpOnly; Secure; SameSite=Lax |
vary | accept-encoding |
content-encoding | deflate |
cross-origin-opener-policy | same-origin |
x-ua-compatible | IE=edge |
x-xss-protection | 1; mode=block; |
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-Resource-Policy | Cross-Origin Resource Policy allows a resource owner to specify who can load the resource. |
Additional Information
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. |
---|---|
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. |
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". |
set-cookie | The 'httpOnly' flag is not set on this cookie. There is no Cookie Prefix on this cookie. |
set-cookie | There is no Cookie Prefix on this cookie. |
cross-origin-opener-policy | Cross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser. |
x-xss-protection | X-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead. |