Proton Pass incelemeleri
Proton Pass geliştiren: Proton
Firefox kullanıcısı 17621429 adlı kullanıcının incelemesi
5 üzerinden 4 puan
yazan: Firefox kullanıcısı 17621429, 4 ay önceCan you explain why you need access to all browser activity? What is the plugin doing with this?
Geliştiricinin yanıtı
gönderilme: 4 ay önceIf you're referring to the permission to access browser activity during navigation, this is related to credit card autofill. 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.
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.