Security Report Summary
C
Site: | https://qw.staging.ronpos.com/login | ||
---|---|---|---|
IP Address: | 34.196.255.47 | ||
Report Time: | 07 Jun 2023 22:36:02 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/1.1 | 200 OK |
---|---|
Server | nginx/1.23.1 |
Content-Type | text/html; charset=UTF-8 |
Transfer-Encoding | chunked |
Connection | keep-alive |
X-Powered-By | PHP/7.3.33-4+ubuntu18.04.1+deb.sury.org+1 |
Cache-Control | no-cache, private |
Date | Wed, 07 Jun 2023 22:36:02 GMT |
X-Clockwork-Id | 1686177362-3286-1717123458 |
X-Clockwork-Version | 5.0.6 |
Server-Timing | app; dur=176.6619682312; desc="Application", db; dur=17.68; desc="Database", timeline-event-0; dur=67.785978317261; desc="Controller" |
Set-Cookie | laravel_session=eyJpdiI6IlwvR245NU1jVG4xdE9DVzM4aENUV3hBPT0iLCJ2YWx1ZSI6IjJUaitFcSs0RWo1dVhRTWl6RzhkU1wvU0VmSDhmTTVsYStjNFdwTW9kNXUzM2hWR2g0dDhPTU1XQmg4M3Q1Skw4NmxCMjNYMm1OY1lPWEVYVm5wemZUZSs2OUlBRWErenJwd3F5VWZtUFZ5KzFvQVA2bVJtbnBUaU9jY1B4Rzk0QSIsIm1hYyI6IjZlYmQzMDA3YzgyMWIwOGNmY2QwMWNjZGRkZGI4ZmJlMGJmYWEzYjExZDU1MzY3OGIwZWY5NDM0Y2U2MmVkMWUifQ%3D%3D; expires=Thu, 08-Jun-2023 00:36:02 GMT; Max-Age=7200; path=/; secure; httponly |
Set-Cookie | x-clockwork=%7B%22requestId%22%3A%221686177362-3286-1717123458%22%2C%22version%22%3A%225.0.6%22%2C%22path%22%3A%22%5C%2F__clockwork%5C%2F%22%2C%22token%22%3A%229c25d6b0%22%2C%22metrics%22%3Atrue%2C%22toolbar%22%3Afalse%7D; expires=Wed, 07-Jun-2023 22:37:02 GMT; Max-Age=60; path=/ |
X-Frame-Options | SAMEORIGIN |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
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-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. |
Set-Cookie | There is no Cookie Prefix on this cookie. This is not a SameSite Cookie. |
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. |
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. |