Proton Pass에 대한 리뷰
Proton Pass 제작자: Proton, Guðmundur
Firefox 사용자 14178089 님의 리뷰
5점 만점에 3점
Firefox 사용자 14178089 님, 4달 전I have 1.33.2. Why new 1.34.2 requires new permission: "Access browser activity during navigation" ?
개발자 답글
4달 전에 게시됨This 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.
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.