diff --git a/changelog.mdx b/changelog.mdx index 4b0758a..16a2f0b 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,18 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Bunny Stream & Player Data and Privacy + + New documentation covering how Bunny Stream and Bunny Player handle data privacy — including no cookies or PII collection, anonymous technical telemetry, and resumable playback managed entirely via browser local storage. [Learn more](/stream/data-and-privacy) + + + + ## Storage dashboard multiple CDN URLs + + The Storage dashboard file manager now notes that multiple CDN URLs are visible when more than one Pull zone is connected to a Storage zone. [Learn more](/storage/dashboard) + + ## DNS Limits and Defaults @@ -28,12 +40,6 @@ rss: true New documentation covering IPv4 and IPv6 connectivity across the bunny.net CDN, including network tier support, origin connectivity, CDN Acceleration with dual-stack origins, and Origin Shield for guaranteed IPv6 connectivity. [Learn more](/cdn/connectivity) - - ## CDN Connectivity documentation - - New documentation covering IPv4 and IPv6 connectivity across the bunny.net CDN, including network tier support, origin connectivity, CDN Acceleration with dual-stack origins, and Origin Shield for guaranteed IPv6 connectivity. [Learn more](/cdn/connectivity) - - ## Edge Scripting support now in CLI diff --git a/storage/changelog.mdx b/storage/changelog.mdx index 718d7fe..d5c5832 100644 --- a/storage/changelog.mdx +++ b/storage/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements for Storage." rss: true --- + + ## Storage dashboard multiple CDN URLs + + The Storage dashboard file manager now notes that multiple CDN URLs are visible when more than one Pull zone is connected to a Storage zone. [Learn more](/storage/dashboard) + + ## Root directory deletion support diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 111c4be..5043ee2 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements to Stream." rss: true --- + + ## Bunny Stream & Player Data and Privacy + + New documentation covering how Bunny Stream and Bunny Player handle data privacy — including no cookies or PII collection, anonymous technical telemetry, and resumable playback managed entirely via browser local storage. [Learn more](/stream/data-and-privacy) + + ## Direct play URLs now support query parameters & documentation improvements diff --git a/stream/data-and-privacy.mdx b/stream/data-and-privacy.mdx index d3a7c8c..27c02b3 100644 --- a/stream/data-and-privacy.mdx +++ b/stream/data-and-privacy.mdx @@ -3,15 +3,15 @@ title: "Data and Privacy" description: "At bunny.net, we take data privacy seriously. We’re committed to being fully transparent about the information we collect, how we use it, and how we keep it secure." --- -## Bunny Stream & Bunny +## Bunny Stream & Bunny Player -Player Bunny Stream and Bunny Player are designed to avoid collecting or permanently storing user-identifying information for analytics or playback functionality. The player does not set cookies or transmit personally identifiable information (PII) as part of its playback or analytics features. To ensure optimal performance and reliability, the player may send anonymised technical telemetry, such as stream quality metrics, error reports, and buffering statistics. In addition, the embedded player (iframe) may communicate with bunny.net CDN endpoints worldwide to collect anonymous performance statistics. This data is used exclusively to improve routing decisions and automatically optimise streaming performance. +Bunny Stream and Bunny Player are designed to avoid collecting or permanently storing user-identifying information for analytics or playback functionality. The player does not set cookies or transmit personally identifiable information (PII) as part of its playback or analytics features. To ensure optimal performance and reliability, the player may send anonymised technical telemetry, such as stream quality metrics, error reports, and buffering statistics. In addition, the embedded player (iframe) may communicate with bunny.net CDN endpoints worldwide to collect anonymous performance statistics. This data is used exclusively to improve routing decisions and automatically optimise streaming performance. ## Resumable Playback Resumable playback is managed entirely within the user's browser using Browser Local Storage on the user's device. No playback information is shared with or stored by bunny.net . Stored playback data is retained locally for up to seven (7) days, after which it is automatically deleted. The playback position is updated every second during viewing and is also saved when the user closes the browser tab or the page is unloaded. The playback position is not saved if the video is within three (3) seconds of completion. This design allows users to resume playback while ensuring that all playback data remains stored exclusively on the user's device. Playback data is never transmitted to or stored by bunny.net . Any technical telemetry transmitted by the player is anonymized and used solely to monitor service health and optimize streaming performance. It is never used for user tracking or identification. - For more information check out our GDPR and Privacy & data policies: \ - [https://bunny.net/gdpr/](https://bunny.net/gdpr/) & [https://bunny.net/privacy/](https://bunny.net/privacy/)\ + For more information check out our GDPR and Privacy & Data policies: \ + [https://bunny.net/gdpr/](https://bunny.net/gdpr/) & [https://bunny.net/privacy/](https://bunny.net/privacy/) \ No newline at end of file