Skip to content

Commit

Permalink
Update existing workaround to be more browser inclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiliaPaz authored Jan 31, 2024
1 parent 0337140 commit ce54af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/permissions-requestSiteAccess-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ None

### Existing Workarounds

Currently, extensions have site access by default. Users can change the site access to be when clicked. The only way for extensions to signal the user they want access to the site is through permissions.request() flow which is noisy and requires a user gesture. Otherwise, they rely on the user realizing through the browser UI (e.g extensions menu).
Users can change an extension's site access. The only way for extensions to signal the user they want to regain access to the site is through permissions.request() flow which is noisy and requires a user gesture. Otherwise, they rely on the user realizing through the browser UI (e.g extensions menu).

Extensions have no way to signal the user that they want access to the site, and rely on the user realizing through the browser UI (e.g extensions menu)

Expand Down

0 comments on commit ce54af5

Please sign in to comment.