Weird advertising on site: "Psylo is our privacy-first browser for iOS and iPadOS" Correct me if I'm wrong but doesn't Apple disallow any actual 3rd party browser engines? Like, any browser on iOS that isn't the standard safari is just a skin on top of webkit/safari. It doesn't exactly inspire confidence that some third party browser will be able to implement things any better (as compared to like, running Firefox on…
IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
11–20 of 45 posts
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#12Earlier quoted context omitted.
You can turn if off in settings > iCloud. Either temporary for a day and auto back on, or permanently until you turn it back on.
Yep, but one cannot script that, make it a part of a bash or automator actions, which is a problem.
I couldn't figure out how to get any changes to reflect but maybe it's a good pointer towards a solution?
EDIT: Reading into this, looks like they're very intentional about not allowing arbitrary enable/disable calls to it, likely to prevent a hostile entity from switching it off on unsuspecting users. The systems setting calls an XPC into a daemon that makes a web request, then validates the response from the API to update the PLIST structure.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#13Weird advertising on site: "Psylo is our privacy-first browser for iOS and iPadOS" Correct me if I'm wrong but doesn't Apple disallow any actual 3rd party browser engines? Like, any browser on iOS that isn't the standard safari is just a skin on top of webkit/safari. It doesn't exactly inspire confidence that some third party browser will be able to implement things any better (as compared to like, running Firefox on…
Networking is not handled by the rendering engine, which is an only a part of a browser app. That’s a credible claim.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#14Weird advertising on site: "Psylo is our privacy-first browser for iOS and iPadOS" Correct me if I'm wrong but doesn't Apple disallow any actual 3rd party browser engines? Like, any browser on iOS that isn't the standard safari is just a skin on top of webkit/safari. It doesn't exactly inspire confidence that some third party browser will be able to implement things any better (as compared to like, running Firefox on…
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#15Weird advertising on site: "Psylo is our privacy-first browser for iOS and iPadOS" Correct me if I'm wrong but doesn't Apple disallow any actual 3rd party browser engines? Like, any browser on iOS that isn't the standard safari is just a skin on top of webkit/safari. It doesn't exactly inspire confidence that some third party browser will be able to implement things any better (as compared to like, running Firefox on…
Networking is not handled by the rendering engine, which is an only a part of a browser app. That’s a credible claim.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#16I love iCloud private relay, but I need a way to turn it off. A command line utility would be amazing, along with the ability to turn off/on DNS-over-HTTP.
You can turn if off in settings > iCloud. Either temporary for a day and auto back on, or permanently until you turn it back on.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#17Earlier quoted context omitted.
Networking is not handled by the rendering engine, which is an only a part of a browser app. That’s a credible claim.
But WKWebView does handle its own networking. You’re able to implement block lists, just the same as you can via browser plugin, but in this instance networking definitely is handled by WebKit.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#18When I go to https://leaks.psylo.app on "Possible IP leaks" side I see only "WebAuthn" with my real IP and, occasionally, WebTransport with an incorrect IP. For "HTTPS Traffic" it always show some other relay. Using Safari 26.5 I'm not sure what would I use WebAuthn for, if ever, maybe I could disable it through "Feature Flags" menu?; regardless, I never treat Apple's services as "premium", since the email fingerprin…
Webauthn is the api for Passkeys and things.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#19Earlier quoted context omitted.
But WKWebView does handle its own networking. You’re able to implement block lists, just the same as you can via browser plugin, but in this instance networking definitely is handled by WebKit.
Networking is handled by WebKit but based on the article it looks like the app configures itself as a HTTP proxy for WebKit and uses that to handle networking.
Re: IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay
#20Earlier quoted context omitted.
You can turn if off in settings > iCloud. Either temporary for a day and auto back on, or permanently until you turn it back on.
Yep, but one cannot script that, make it a part of a bash or automator actions, which is a problem.
I did not verify whether it works reliably.
If it does, one could probably package it as a .app and grant only that the Accessibility permission.