Skip to content

Move clipboardRead and clipboardWrite permissions to optional AND request them on User Rules Entry and Allowlist (mobile version) #3364

@neshumov

Description

@neshumov

Issue Details

clipboardRead and clipboardWrite permissions were added as mandatory, not optional_permissions, which caused Firefox to block or warn users during the update process and triggered an unexpected permission prompt for all users

Proposed solution

  1. Move clipboardRead and clipboardWrite into optional_permissions
  2. When the user enters either the User Rules section or the Allowlist section, display an orange warning explaining that clipboard access is required for proper editor functionality.
  3. Provide a link/button that triggers permissions.request([clipboardRead, clipboardWrite]) directly from that message

Alternative solution

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions