mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Minor clarification: required and optional perms
This commit is contained in:
parent
31e80769a0
commit
603bbd8fa2
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Hostname or IP-based based network filtering is the least capable but most relia
|
|||
|
||||
## Context: extension permissions systems
|
||||
|
||||
Firefox allows extensions to declare their own permissions. Extensions decide which sites they can run on and when, and which permissions are optional.
|
||||
Firefox allows extensions to declare their own permissions. Extensions decide which sites they can run on and when, with required and optional permissions.
|
||||
|
||||
Chromium has a similar system with additional functionality: users can choose to enable an extension only when clicked, only for a certain site, or for all sites globally. Safari takes this a step further and also offers the choice to enable an extension for a limited time period (one day).
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ Hostname or IP-based based network filtering is the least capable but most relia
|
|||
Context: extension permissions systems
|
||||
--------------------------------------
|
||||
|
||||
Firefox allows extensions to declare their own permissions. Extensions decide which sites they can run on and when, and which permissions are optional.
|
||||
Firefox allows extensions to declare their own permissions. Extensions decide which sites they can run on and when, with required and optional permissions.
|
||||
|
||||
Chromium has a similar system with additional functionality: users can choose to enable an extension only when clicked, only for a certain site, or for all sites globally. Safari takes this a step further and also offers the choice to enable an extension for a limited time period (one day).
|
||||
|
||||
|
|
Loading…
Reference in a new issue