-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Description
Describe the bug
Users on iOS 17.2.1 Safari Private Browsing are experiencing blocked connections to the Branch.io CDN, specifically to the URL https://cdn.branch.io/branch-latest.min.js. The browser is flagging this connection as it identifies it as a known tracker.
Steps to reproduce
- Use an iOS device running version 17.2.1.
- Open Safari in Private Browsing mode.
- Visit a website that includes the Branch.io CDN script: https://cdn.branch.io/branch-latest.min.js.
- Observe the blocked connection in the browser's console or network logs.
Blocked connection to known tracker https://cdn.branch.io/branch-latest.min.js in frame
Expected Behavior
The connection to the Branch.io CDN should not be blocked, and the script should load successfully in Safari Private Browsing mode.
Additional Information/Context
If not the tracking functionality, at least the core functionality should still be available, for redirects to still function.
SDK version used (window.branch.sdk)
2.81.0 (Doesn't really matter though, this issue is not dependent on the SDK version)
Environment
Safari on iOS 17.2.1 (Private Browsing)