Security Report Summary
C
| Site: | https://wnetcom.com/ | ||
|---|---|---|---|
| IP Address: | 186.241.98.76 | ||
| Report Time: | 18 Sep 2026 10:43:38 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. |
|---|---|
| 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. |
Raw Headers
| HTTP/2 | 200 |
|---|---|
| server | nginx |
| date | Fri, 18 Sep 2026 10:43:38 GMT |
| content-type | text/html; charset=utf-8 |
| vary | Accept-Encoding |
| cache-control | public, max-age=0, s-maxage=3600, stale-while-revalidate=86400 |
| x-content-type-options | nosniff |
| x-frame-options | SAMEORIGIN |
| x-xss-protection | 1; mode=block |
| vary | rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch |
| link | </_next/static/css/0f859bb68c50817b.css>; rel=preload; as="style", </_next/static/css/c29676fd5616173e.css>; rel=preload; as="style", </_next/static/css/bf4dce2eeecbea5f.css>; rel=preload; as="style", </_next/static/css/58933bc01fce382d.css>; rel=preload; as="style" |
| set-cookie | server_session_68d85b22=ee5b6e04e82161447945d473b318eb11; Max-Age=864000; HttpOnly; path=/; Secure; SameSite=Lax |
| strict-transport-security | max-age=31536000 |
| content-encoding | gzip |
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 | This Server header seems to advertise the software being run on the server but you can remove or change this value. |
|---|---|
| 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". |
| 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. |
| 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. |
| set-cookie | There is no Cookie Prefix on this cookie. |
| 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. |