Security Report Summary
A
| Site: | https://oneotv.com/slow-karadeniz | ||
|---|---|---|---|
| IP Address: | 172.67.155.193 | ||
| Report Time: | 14 Sep 2026 02:35:28 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 |
|---|---|
| date | Mon, 14 Sep 2026 02:35:28 GMT |
| content-type | text/html; charset=UTF-8 |
| cache-control | max-age=0, no-cache, no-store, must-revalidate |
| set-cookie | XSRF-TOKEN=eyJpdiI6InN2N0lTY1I3UmM2Q2RvNzJYUUpmSWc9PSIsInZhbHVlIjoiSHcyUSt5djRsMFlaVFk0bVNvd1hvbHRQekNqTSs3NlVCVXN2T2VNVGhKeUcrb096eGhWb25mcHZhSkp4UTRRTFlVUy9rMnZQZXRXcDFZZW05K0pidCtqd0NOellpZmtwZ1pwWGgwekpnYmhGenNXdUorb0I5S0ptMkhiM1BMajYiLCJtYWMiOiIyMzY2OGI3ODI1MTk2Zjc3MmMwZTdkZmRkYmE0NjAxZjUxYjc0NGQwMGViZTUwZmY3ZmQxYTU2YjVmNWY3YzM2IiwidGFnIjoiIn0%3D; expires=Mon, 14-Sep-2026 04:35:28 GMT; Max-Age=7200; path=/; samesite=lax; secure |
| set-cookie | live_tv_session=eyJpdiI6IkIwNEVSN2p6MkNBT1NWOWtTZkd6MEE9PSIsInZhbHVlIjoiaXRmT3JXeHdlWXA4R2xzR25WVXJTbFhZUTBDS05aMFcrV2Q0cWJQaEl2K3dvYXZMYmc2cjBGQzFCemg4dVNEbU9IRFBoa0MweUpFbmpHUXBvWmF2cXJQc2dZQ1BITkY3M0JwNFFFUmtyU09GMmU1RjJ6YlJvUEc2ODFZUFZNUUwiLCJtYWMiOiI4ZjUyNDg1YWQ2OWE4N2Y0OTBmYjlhNzg0M2IxNGVjYWZiNmNjMGVjMjg0NjUzOGQ5NTAzNzE4YjAxMzllZDJiIiwidGFnIjoiIn0%3D; expires=Mon, 14-Sep-2026 04:35:28 GMT; Max-Age=7200; path=/; httponly; samesite=lax; secure |
| vary | Accept-Encoding |
| nel | {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800} |
| server | cloudflare |
| x-content-type-options | nosniff |
| x-xss-protection | 1; mode=block |
| x-frame-options | SAMEORIGIN |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | geolocation=(), microphone=(), camera=() |
| access-control-allow-origin | * |
| accept-ch | DPR, Width, Viewport-Width |
| accept-ch-lifetime | 86400 |
| link | </assets/css/bootstrap.min.css>; rel=preload; as=style |
| link | </assets/css/app.css>; rel=preload; as=style |
| link | </assets/js/jquery-3.6.1.min.js>; rel=preload; as=script |
| link | <//fonts.googleapis.com>; rel=preconnect; crossorigin |
| link | <//fonts.gstatic.com>; rel=preconnect; crossorigin |
| pragma | no-cache |
| expires | Wed, 11 Jan 1984 05:00:00 GMT |
| alt-svc | h3=":443"; ma=86400 |
| x-turbo-charged-by | LiteSpeed |
| cf-cache-status | DYNAMIC |
| strict-transport-security | max-age=15552000; includeSubDomains; preload |
| report-to | {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=i6zcyoIx1UJwUnfzoeyM%2BbEe9Gz22yQAdlMVZj1IIL%2BErVPRiYWAQ60agTrP19k7bg%2FqliILpPGIQzxQiwq5NdFZGyd1vjcOHnGk9ZXTCSMFVU1JCjpbBn%2FxogjB"}]} |
| content-encoding | gzip |
| cf-ray | a3abff9c8be4e151-DUB |
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
| set-cookie | There is no Cookie Prefix on this cookie. |
|---|---|
| nel | Network Error Logging is a new header that instructs the browser to send reports during various network or application errors. You can sign up for a free account on Report URI to collect these reports. |
| server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |
| 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-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-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. |
| permissions-policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
| access-control-allow-origin | This is a very lax CORS policy. Such a policy should only be used on a public CDN. |
| 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. |
| report-to | Report-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. You can sign up for a free account on Report URI to collect these reports. |