1
42

from the team:


Hello everyone

Today, we’re introducing a new version of the profiles feature on Android devices, allowing you to easily connect to specific VPN presets depending on your needs.

Using connection profiles on Android will allow you to define:

  • The country/city /server you want to connect to
  • The connection type (Standard, Secure Core, P2P)
  • The VPN Protocol (OpenVPN, WireGuard, Stealth)
  • Enable/disable Secure Core, NetShield, DNS filtering, and define NAT type.

We’re also introducing an Android-exclusive (for now) feature, allowing you to auto-launch a website upon connection. Simply toggle the feature on and define the URL, which will be opened via your device’s default browser upon connection.

You can learn more about this feature and connection profiles on Android here.

Please note that these updates only apply to users on paid plans.

We’ll be back later today with more updates, but until then, stay safe.

  • Proton Team
2
117

from the team:


Hi everyone,

After Apple made it possible to support VPNs on Apple TV, you’ve made it clear that you would like to see support for Proton VPN.

After announcing that it would be available this summer and publishing the source code in September, it took a bit of time to get through Apple’s review process, but we’re happy to share that it is now available!

With Apple TV and Proton VPN, you can now stream your favorite shows, films, and sporting events on your big-screen TV in full 4K from over 100 servers via your Apple TV, no matter where you are: protonvpn.com/download-appletv

Proton VPN is now available on tvOS!

See our streaming guide for more information: https://protonvpn.com/support/streaming-guide/

Proton VPN is now available across the Apple ecosystem on iOS, macOS, iPadOS, Apple Vision Pro, and tvOS. Let us know what you think!

The Proton Team

3
66

from the team:


Hi everyone,

We've heard your requests and are excited to announce that FIDO2 support is now live for all Proton mobile apps! This means you can use security keys like YubiKey to add a layer of phishing-resistant protection to your account. Here’s how to add a security key to your account using the web app:

https://proton.me/support/2fa-security-key

After adding security keys, you can use them to authenticate on mobile when signing into all Proton mobile apps.

Thank you to everyone who's been asking for this feature. We're always working to make Proton more secure and user-friendly, and your feedback is invaluable in helping us get there.

What's next?

Soon, we'll provide the option to disable the Authenticator App for those with registered security keys, so stay tuned!

Give it a try and let us know what you think!

Proton Team

4
12

If I have photos backed up to Proton Drive, is there any good pipeline to search for a photo based on it's GPS meta data?

I hear rsync works with Proton Drive so, assuming it works for the photo backups, that may be a good starting point to get the photos locally so I can use other software.

5
35

I am on a quest to substitute my phone default apps with something more privacy and security oriented ones. One of such apps I plan to substitute is the "Contacts" one, and I see no Proton app exists solely for this purpose.

I know I can see my contacts details within the email app, but it seems not to be the way it should be, as it adds clicks for the contacts to be shown, where a single click on an specific contacts app is way more useable ant intuitive.

Are plans to make such app on the roadmap?

6
24

I just switched over from Gmail, but I find myself missing Google's default email filters for "promotions", "forums", "social" and the like.

What have you all done to replicate this?

7
23

I've just got a msg of unsupported browser when trying to log on Protonmail from Google Chrome.

Since Protonmail didn't send warning about Chrome recently, it still appears as working well browsers list from its hep page and Protonmail servers have been down 3 days ago, I'm guessing this may be a bug?

Anyone else getting this message?

8
155

Been down for a couple hours for me.

9
56

Regular user here. I just noticed that none of my browsers on multiple devices can pull up Proton services.

Basically I was cut out what appears to be a few minutes ago.

Anyone else experiencing this?

10
13

Can someone see my email, or metadata in the files if I publicly share the proton drive file?

https://drive.proton.me/urls/C27T4NBX80#JLS2ERN7Qs4L

11
22

I fully intended to buy Proton Unlimited during the black friday discounts, but wasn't anywhere with an internet connection and missed out. I need a VPN and a properly secure email service before January. Is it worth waiting to see if they post a christmas or new years deal or should I just do it and deal with it? I don't know if they've historically posted Christmas discounts or if it is just the Black Friday thing.

12
26

I use Proton Drive on Android, installed from the play store. I have >250gb of data with, I think, 10s of thousands of documents. For a few months navigating the file structure was crazy slow, almost 30 seconds for each folder I entered.

I deleted the app and reinstalled and now it's nearly instant for folders I use often.

If I dive deep into a folder tree that I haven't used in months, with a lot of files, it takes ~2 seconds per folder.

It's finally practical to make quick edits to docs using my phone!

13
7
14
41

How do you use your labels, folders and filters to organise your ProtonMail inbox/archive?

I decided to get Proton Unlimited yesterday and I've been trying to organise my emails, but I feel like I have the tendency to accidentally use folders and labels for the same thing so I end up with similarly named labels and folders (oops!), so I'm curious to see how people here organise their mailbox.

I was thinking one folder per alias/account/website, but when I try to add filters I'm reaching that filter limit where I have to wait 24 hours. I tried the sieve filters but, although I'm a decent programmer, it doesn't feel super intuitive.

15
6
submitted 1 month ago* (last edited 1 month ago) by keyboarder@lemmy.world to c/protonprivacy@lemmy.world

I need to import from a non-supported 3rd party password manager. The ProtoPass JSON format looks the most promising, but I can't find details on the Id values. They appear to be some type of encoded hash or GUID, but I'm unfamiliar with how to generate them. I would appreciate any pointers on how to get the details. Thanks!

To get the JSON format for inspection, I created a dummy ProtoPass Vault with a variety of item types (Password, Identity, etc.) and then exported the vault. I can easily produce the JSON from my own password data, but the Ids are the only thing I'm uncertain about.

I also looked through the Proton Github repos, but found nothing... only a deadend to some backend notification call to "items::import", but I couldn't find way service or method that refers to.

16
18
submitted 1 month ago by rxxrc@lemmy.ml to c/protonprivacy@lemmy.world

I'm trying to automate the creation of Wireguard profiles to connect to various Proton VPN servers. As far as I can tell, when you generate one online through account.proton.me:

  • The client generates a private key in-browser.
  • Client POSTs the corresponding public key, along with the chosen server and some other parameters, to /api/vpn/v1/certificate.
  • Server registers the given public key and returns the parameters that should be used to construct the config file.
  • Client combines returned parameters with the private key to create the final config file.

I am attempting to replicate this process with a key generated using wg:

wg genkey | tee privkey.key | wg pubkey > pubkey.key

However when sending this pubkey to the server (leaving everything else exactly as captured from a working in-browser request), it responds with:

{
  "Code": 2001,
  "Error": "Unable to read the key, please provide a valid EC key",
  "Details": {}
}

Replacing my custom pubkey with a pre-existing pubkey from a config generated through the Web UI instead returns ClientPublicKey fingerprint conflict, please regenerate a new key, so I don't think I'm messing up the request format.

My questions are:

  • Is there a better/more official way to do this? I couldn't find anything searching.
  • Why does this not work? Surely wg creates valid EC keys? Does Proton have some additional constraints on valid keys for some reason?

I don't have much (or really any) experience with WireGuard, so perhaps I'm missing something obvious? Any help would be appreciated.

17
49

18
-24

@protonprivacy@lemmy.world is an unofficial or fake account??? The official verified account is @protonprivacy@mastodon.social !!#ProtonMail #ProtonDrive #ProtonVPN #ProtonCalendar

19
43
20
50
21
34
submitted 1 month ago* (last edited 1 month ago) by that_leaflet@lemmy.world to c/protonprivacy@lemmy.world

Statement from Proton

UPDATE: 02:20 Zurich - We have rerouted impacted traffic and if you were on one of the impacted networks, please try again as the issue should now be resolved for you. Some issues persist with Proton Docs only, which we are continuing to work on.

Original message:

Hi all, sorry for the delay in responding here. We're aware of the issue and the network team is working on it. Root cause is a fiber failure somewhere in Nordic/Baltic region. It's randomly impacting some users if your ISP happens to route over the impacted routes.

If you are impacted, using a VPN (like Proton VPN) will very likely solve the issue for you while we work on implementing a full fix.

As you might have seen on the news, fiber lines in the Baltics have been going down for unexplained reasons lately, and more issues cropped up tonight. We are removing the problematic sites and networks to reroute traffic, but it's taking a bit longer than usual since we're having some issues accessing some of our equipment in that region.

22
21

On Github there is a version 4.2.1, on Aurora store 4.3 released on Nov.7, and on Google play store some other version released on Nov.13 ?

23
39
submitted 1 month ago* (last edited 1 month ago) by touhidurrr@lemmy.world to c/protonprivacy@lemmy.world

Internationalized Email Addresses, for example প্রোটন@তৌহিদুর.বাংলা is not supported by Proton Mail. When I type my email address in Proton Mail, it weirdly tells me address is not valid.

Note that popular email service providers such as Gmail supports this.

To Reproduce:

Try to send an email to the email address given above.

24
75
submitted 2 months ago by monty33@lemmy.ml to c/protonprivacy@lemmy.world
25
95
submitted 2 months ago* (last edited 2 months ago) by Common_Radish_4964@r.nf to c/protonprivacy@lemmy.world

Quoted:

Hi everyone,

Today we are starting the rollout of an updated Linux client (4.7.4), which introduces bug fixes & performance improvements across the board.

This update was prompted by your feedback regarding the app freezing occasionally, which has now been fixed. Additionally, as part of this update, Linux users should expect to see up to a 70% decrease in memory usage, thanks to an improvement in the ‘Search’ feature. We have also improved the start-up time when launching the app in the logged-in state.

As always, performance may vary from machine to machine based on specifications. Let us know if this improvement has been notable on your end, and if you have suggestions or feedback, please drop it in the comments below.

Thank you for your support,

Proton Team

view more: next ›

Proton

5378 readers
1 users here now

Empowering you to choose a better internet where privacy is the default. Protect yourself online with Proton Mail, Proton VPN, Proton Calendar, Proton Drive. Proton Pass and SimpleLogin.

Proton Mail is the world's largest secure email provider. Swiss, end-to-end encrypted, private, and free.

Proton VPN is the world’s only open-source, publicly audited, unlimited and free VPN. Swiss-based, no-ads, and no-logs.

Proton Calendar is the world's first end-to-end encrypted calendar that allows you to keep your life private.

Proton Drive is a free end-to-end encrypted cloud storage that allows you to securely backup and share your files. It's open source, publicly audited, and Swiss-based.

Proton Pass Proton Pass is a free and open-source password manager which brings a higher level of security with rigorous end-to-end encryption of all data (including usernames, URLs, notes, and more) and email alias support.

SimpleLogin lets you send and receive emails anonymously via easily-generated unique email aliases.

founded 2 years ago
MODERATORS