Browser: clipboardRead permission requested

Created on 6 Mar 2019  路  6Comments  路  Source: bitwarden/browser

Hi,

Chrome disabled version 1.39.1 of extension due to a new permission requested. Can I ask what is the purpose of it? Looking quickly through the code, I see that a readFromClipboard utility function was introduced recently, but is never used. https://github.com/bitwarden/browser/commit/91a0566f2c745718773b71b693bacefe688924de#diff-051a8a7bcae8db1e4cee8eb09b52e619

Btw, thanks for such a nice product from a premium subscriber and promoter 馃檶

Most helpful comment

This permission was added to support the new auto-clear clipboard feature: https://community.bitwarden.com/t/automatically-clear-clipboard-after-x-seconds-when-using-copy-functions/29

All 6 comments

This permission was added to support the new auto-clear clipboard feature: https://community.bitwarden.com/t/automatically-clear-clipboard-after-x-seconds-when-using-copy-functions/29

Awesome, thank you!

A small suggestion for the future: mention this kind of things in the changelog or have the permission optional and requested when a new feature is activated by the user.

Keep up the good work! 馃憦

have the permission optional and requested when a new feature is activated by the user.

Unfortunately this is not possible with web extensions. Permissions have to be requested up front in the manifest.

Unfortunately this is not possible with web extensions. Permissions have to be requested up front in the manifest.

I believe it is possible and not too hard, actually. Check out these links for Chrome and on MDN. (I just happen to work with web extensions).

Wow, TIL. Thanks.

Leaving open for visibility.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ollieh picture ollieh  路  6Comments

blockloop picture blockloop  路  6Comments

gavrilfb picture gavrilfb  路  4Comments

iaremarkus picture iaremarkus  路  4Comments

lainy picture lainy  路  4Comments