Análises para Proton Pass
Proton Pass por Proton
2964 análises
- Avaliado em 5 de 5por pelish , há uma hora
- Avaliado em 5 de 5por LemonMeringueTy , há 20 horas
- This is a complete add-on for password security. I've been using Proton products for years, and none have ever let me down. They haven't sold telemetry data to third parties. The Firefox add-on hasn't shown any incompatibility issues; on the contrary, it works flawlessly and hasn't given any errors.
- Avaliado em 5 de 5por Utilizador do Firefox 19445553 , há 2 dias
- Avaliado em 5 de 5por Utilizador do Firefox 14635304 , há 3 diasMoving from other password managers, this is the best one I've found. Improvements can be done, but it's very good overal.
- Avaliado em 5 de 5por Kees Bakker , há 4 dias
- Avaliado em 5 de 5por Utilizador do Firefox 12925028 , há 5 dias
- Avaliado em 5 de 5por Utilizador do Firefox 13687837 , há 6 dias
- Avaliado em 5 de 5por Utilizador do Firefox 19782525 , há 7 dias
- Avaliado em 5 de 5por Utilizador do Firefox 18842587 , há 8 dias
- Avaliado em 4 de 5por Utilizador do Firefox 19633774 , há 8 dias
- Avaliado em 5 de 5por Utilizador do Firefox 19689303 , há 9 dias
- Avaliado em 3 de 5por Utilizador do Firefox 14178089 , há 9 diasI have 1.33.2. Why new 1.34.2 requires new permission: "Access browser activity during navigation" ?
Resposta do programador
publicado a há 7 diasThis permission is related to credit card autofill, which we enabled in the latest Proton Pass release. To make this feature work reliably, we need to analyze iframes on web pages.
The only way to do this properly in a browser extension is through the webNavigation frames API. Specifically, we use webNavigation.getFrame and webNavigation.getAllFrames to resolve frame URLs and parse the sub-frame hierarchy during cross-frame autofill sequences. This is exactly what this permission is used for.
Previous versions didn’t require this permission because they didn’t support credit card autofill across iframes.