Security Report Summary
B
| Site: | https://www.unicotaxi.com/uber-clone-app-script | ||
|---|---|---|---|
| IP Address: | 136.109.201.213 | ||
| Report Time: | 11 Jun 2026 08:33:08 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. |
|---|---|
| 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 |
| content-type | text/html; charset=UTF-8 |
| cache-control | no-cache, private |
| date | Thu, 11 Jun 2026 08:33:07 GMT |
| set-cookie | XSRF-TOKEN=eyJpdiI6ImYyKzl5eHRqN2RJNDhCZE1MZ0tkM2c9PSIsInZhbHVlIjoiaWxVd3RsdGkvZUIwTC9kZ0VYbDloaWdpY0xqaWxVRElxWGZvSWg0RFVVVDRJdHR3UFFQU0ZoRGhyczFPUWlnRE40L1AxeWtRaDdsMFJod1V1TWZZdkpNU1hUNjdrMjhUU3A5L3JGRVdnbytHS0NBbVUzZlI0UlIvOUJ3TW0xaEoiLCJtYWMiOiJmOGQ5ZGRhOWM3OTE3ZDk2NGY0NTdhYjA1Njk0MmZlYjQwNDQwOTA3MTk1ZjI1YWI0NDQ0ZDk4NmE4NTIxY2QyIiwidGFnIjoiIn0%3D; expires=Thu, 11-Jun-2026 10:33:07 GMT; Max-Age=7200; path=/; samesite=lax |
| set-cookie | unicotaxi_session=eyJpdiI6Ik1xOURxQnZETWJnNnZNWnAxUm9VOGc9PSIsInZhbHVlIjoiR2txUWY1NVFibG5LK2dJZlYweCs1aG5saWp1N1NZMkY2aXJOcTh0MDhaWTdnTzE2RWZCeWRHWWNOZkl4bGhBbVJ3ZStlR3R5RDlvaEF3MXpRQ24wN3JJMHpScjRyQTlqZU9uSTlyTVIxSlVCZEJKOFVIZnAzT0ZiK2hVOGR3aFYiLCJtYWMiOiJjYzVkNDY4ZGZjZDVlYTEwNDFhYTU5M2Q2MzVkZDdiZmNmYzQ2NWUzMDNkMTIwZGZmZGIyZmI1MDFkMjI5NDBkIiwidGFnIjoiIn0%3D; expires=Thu, 11-Jun-2026 10:33:07 GMT; Max-Age=7200; path=/; httponly; samesite=lax |
| strict-transport-security | max-age=63072000; includeSubDomains; preload |
| x-frame-options | SAMEORIGIN |
| x-content-type-options | nosniff |
| referrer-policy | strict-origin-when-cross-origin |
| 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. |
|---|---|
| set-cookie | The 'secure' flag is not set on this 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. |
| 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-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. |